Luca
Luca
@bat-ventzi never opened a pull request on my repository and just stealing his/her contribution from here would be at least unethical. Happy to review the code and work toward a...
It's not super complicated to implement. It's a getter and setter for the cell to block and adding `` [here](https://github.com/dbzhang800/QtXlsxWriter/blob/master/src/xlsx/xlsxworksheet.cpp#L1171) where X# is the code of the frozen cell (B2...
As stated in the readme page, the project requires perl to be built.
It's basically the same as https://github.com/VSRonin/QtXlsxWriter/issues/27
What compiler are you using?
Use this fork: https://github.com/VSRonin/QtXlsxWriter You can either build with qmake or CMake
It is maintained in a fork: https://github.com/VSRonin/QtXlsxWriter Or a "branch out" of the library: https://github.com/QtExcel/QXlsx
The author of this repository is not maintaining it any more, use https://github.com/VSRonin/QtXlsxWriter for a version that compiles with modern Qt
This library oly saves in the xlsx format. no other format is supported. Saving to other format is beyod the scope of this library
This project is unmaintained. I'm providing basic support in my fork https://github.com/VSRonin/QtXlsxWriter (here the QList/QVector thing is solved). For the CMake build see https://github.com/VSRonin/QtXlsxWriter/pull/7