-
I don't want anyone else modifies my file so I want to lock a file with a password. How can I do that?
-
can you please make a video or a tutorial how to use it. I had tried but too hard to use it.
thank you so much.
-
Hello, I'm using QtXlsxWriter with Qt 5.6 (using the updated one by VSRonin), and I have been able to read and write to xlsx files just fine. However, I am trying to read from a password protected xls…
-
Hi. I tried do my custom tablemodel like this https://github.com/dbzhang800/QtXlsxWriter/blob/master/examples/xlsx/xlsxwidget/xlsxsheetmodel.h
I reimplemented function headerdata
inline
QVariant She…
-
Hi,
ChartSheets are placed at the end of the sheets list and can't be moved somewhere else. See the following example:
```
#include
#include "xlsxdocument.h"
#include "xlsxchartsheet.h"
#include "xl…
-
Hi, I need extract data from xlsx file to qtableview (model) or qtablewidget. Thanks to your api I can read data from xlsx file, but I can't understand how to write extracted data for example to qtabl…
-
When open a existing file with code:
QXlsx::Document rpt(fileInfo.absoluteFilePath());
the console show the message:
```
"Invalid style index: " 18
"Invalid style index: " 18
```
the xlsx file i…
-
Hi
"AbstractSheet class" source code contains "bool IsHidden const" member function under public section. But this method is not exposed on "AbstractSheet class" api documentation - http://qtxlsx.deb…
-
I'm exploring the features and functionality of Qt Xlsx 0.3 library. I have modified the existing chart example code and found an issue while generating two dimensional chart with X and Y-axis.
Modif…
-
I followed he document "Usage(2): Use source code directly", but the code below has compile error. The qt creator cannot find file "xlsxdocument.h".
#include "xlsxdocument.h"
int main()
{
…
Jumes updated
10 years ago