OpenXLSX
OpenXLSX copied to clipboard
A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
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...
 Code:  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...
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