-
-
Notifications
You must be signed in to change notification settings - Fork 367
FAQ
Jay Two edited this page Dec 2, 2019
·
10 revisions
-
What version of Qt is supported?
- Use Qt 5. You can use the latest version. If a problem occurs, please leave an issue. https://github.com/QtExcel/QXlsx/issues
- For information on Qt4 support, please see: https://github.com/QtExcel/QXlsx/pull/48
-
Does QXlsx support password function?
- No. If you want a password function in excel, use QXlnt.
-
Does QXlsx provide thread-safe?
- No. Not supported. Use QMutex outside of QXlsx library.
-
Does QXlsx support printing to a printer?
- No. Not supported. Use other code for printing.
-
Does QXlsx support charting?
- Only some features are supported. Some bugs currently registered have not been fixed. https://github.com/QtExcel/QXlsx/issues?utf8=%E2%9C%93&q=chart
-
Is QXlsx compatible with QtXlsxWriter?
- Only some features are compatible.
- See links for more information.
- I also would like to thank the two people for their amazing work. Thank you.