OpenXLSX icon indicating copy to clipboard operation
OpenXLSX copied to clipboard

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.

Results 143 OpenXLSX issues
Sort by recently updated
recently updated
newest added

Hello, I am searching a version working with c++11, not C++17. Do you have a solution ? Thx

I'm trying to build the code with this compiler flag set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=0"), it is not allowing. Could you please help me in this

Hello! When I try to open an existing file: ``` terminate called after throwing an instance of 'Zippy::ZipRuntimeError' what(): failed finding central directory Aborted (core dumped) ``` Code: ``` OpenXLSX::XLDocument...

![image](https://github.com/troldal/OpenXLSX/assets/8864329/0e3003fd-447a-4f7b-a19f-2ed833a8cadb) Code: ![image](https://github.com/troldal/OpenXLSX/assets/8864329/86b518e6-35fc-4846-b5e4-3c9bb67449a1) Yes, that's all. Anyone got ideas how to optimise this part?

Hello, As specified on the home page, I am trying to obtain Debug libraries for being able to step through my code on Windows via Visual Studio IDE. I follow...

discuss

Is there any API to set a cell's color

```cpp #include #include #include #include using namespace std; using namespace OpenXLSX; int main() { XLDocument doc; doc.create("./Demo01.xlsx"); auto wks = doc.workbook().worksheet("Sheet1"); for (size_t i = 0; i < 1000; i++)...

CMake's if() statement works a bit strangely for historical reasons. In particular, variable evaluation can be somewhat unintuitive, which can lead to strange behavior. In particular, the docs state[^0]: Note...

xlsx broken, when i use VS2019 with CMake. But if i change IDE on CLion, i havent problem. File is open. Idk where a problem