Luca
Luca
You can use the procedure described in the [Usage 2 section](https://github.com/dbzhang800/QtXlsxWriter#usage2-use-source-code-directly) to use it in a single exe
Use this fork: https://github.com/VSRonin/QtXlsxWriter And follow the instructions
duplicate of https://github.com/dbzhang800/QtXlsxWriter/pull/109 https://github.com/dbzhang800/QtXlsxWriter/issues/117 https://github.com/dbzhang800/QtXlsxWriter/issues/135 and infinite others
Hi, This project is unmaintained, I'm trying to keep it alive in [my fork](https://github.com/VSRonin/QtXlsxWriter) could you post this bug there too and attach a minimal example of an xlsx file...
As the author is not active any more, please use https://github.com/VSRonin/QtXlsxWriter I'll take care of maintaining code until the author is back
Duplicate. This repository is unmaintained, use https://github.com/VSRonin/QtXlsxWriter for a version that also compiles on modern Qt
Duplicate of #109
A working version for all Qt versions (>=4) is available here: https://github.com/VSRonin/QtXlsxWriter
Can you show some code of what you are doing?
This library uses the get/edit/set paradigm: ``` auto editFormat = pinside->cellAt(j,i)->format(); editFormat.setLeftBorderStyle(xrayFormat.rightBorderStyle()); editFormat.setRightBorderStyle(xrayFormat.leftBorderStyle()); pinside->cellAt(j,i)->setFormat(editFormat); ```