Luca

Results 79 comments of Luca

because it does not calculate the spreadsheet for you, that's a whole lot of functionality that goes beyond the scope of this library

As the author is not active any more, please submit your pull request to https://github.com/VSRonin/QtXlsxWriter I'll take care of maintaining code until the author is back

As the author is not active any more, please submit your pull request to https://github.com/VSRonin/QtXlsxWriter I'll take care of maintaining code until the author is back

Looks like you did not link to the QXlsx library, add `QT += xls` in your pro file

XLSX_NO_LIB is only necessary if you do not use qmake, try removing it completely and see if it works. On a separate note, since the author of this project hasn't...

``` // mySheet is of type Worksheet* for(int i=1;icellAt(i,2/*Column B*/); // If you have values mySheet->write(i,3/*Column C*/,oldCell->value(),oldCell->format()); // or, if you have formulas // mySheet->writeFormula(i,3/*Column C*/,oldCell->formula(),oldCell->format()); } ```

As the author is not active any more, please submit your pull request to https://github.com/VSRonin/QtXlsxWriter I'll take care of maintaining code until the author is back

Ok, I'll take care of maintaining the code until the author is back since no one else volunteered. Please submit your pull requests to https://github.com/VSRonin/QtXlsxWriter I'll merge them back here...

The author of this library is no longer active. A version of the library that compiles with Qt 5.6+ is available here https://github.com/VSRonin/QtXlsxWriter

Source of the request https://forum.qt.io/topic/92477/proxymodel-to-filter-a-model-from-an-item-that-is-not-the-root-or-submodel-from-an-item