Hello there! In case you are a user of OpenXLSX on Windows, I have a favor to ask:
In the development-aral branch, I have prepared a cmake configuration for OpenXLSX where all dependencies (nowide, pugixml, miniz/libzip) are removed from the OpenXLSX source code folders, and instead get pulled in via a combination of find_package + FetchContent (requires git to be installed).
I plan to eventually merge that branch into the master branch.
Before that, it would be nice if I could get some feedback from our Windows users on how they manage with the new configuration.
Please refer to
- Build Instructions
- Integrating into a CMake project structure
and
- How to compile & link a program against an installed(!) OpenXLSX library
Note: After step 1, if you want to install the library, it should be enough to execute make install or cmake install . from the build folder. This should install the library and dependencies on your system so that step no. 3 should be workable.
Hello there! In case you are a user of OpenXLSX on Windows, I have a favor to ask:
In the development-aral branch, I have prepared a cmake configuration for OpenXLSX where all dependencies (nowide, pugixml, miniz/libzip) are removed from the OpenXLSX source code folders, and instead get pulled in via a combination of find_package + FetchContent (requires git to be installed).
I plan to eventually merge that branch into the master branch.
Before that, it would be nice if I could get some feedback from our Windows users on how they manage with the new configuration.
Please refer to
and
Note: After step 1, if you want to install the library, it should be enough to execute
make installorcmake install .from thebuildfolder. This should install the library and dependencies on your system so that step no. 3 should be workable.