-
-
Notifications
You must be signed in to change notification settings - Fork 355
FAQ
Jay Two edited this page Jun 3, 2020
·
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
- Do not use Qt4.
-
Does QXlsx support password function?
- No. If you want a password function in excel, use QXlnt.
-
Does QXlsx support formula funtion?
- No. If you want the function in excel, use QXlnt.
-
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.
-
Does QXlsx support strict format? (not transitional mode)
- No. See the link for more information. https://github.com/QtExcel/QXlsx/issues/68#issuecomment-587438003
-
Does QXlsx provide thread-safe?
- No. Use QMutex outside of QXlsx library.
-
Does QXlsx support locking for cells?
- No. multi-thread and concurrency is not supported. Use your own lock, mutex and semaphore.