Qt Xlsx - save on document destroys Chart data
-
wrote on 29 Mar 2017, 12:11 last edited by
When I simply open xlsx document containing some charts and save it using QXlsx::Document::save() function or QXlsx::Document::saveAs(QString)
it destroys charts in it in a way that chart remains but chart annotation disapears. -
When I simply open xlsx document containing some charts and save it using QXlsx::Document::save() function or QXlsx::Document::saveAs(QString)
it destroys charts in it in a way that chart remains but chart annotation disapears.wrote on 29 Mar 2017, 12:30 last edited byHi and welcome to devnet forum
QXlsx library is a library based on Qt but not part of Qt libs. Therefore a better choice would be to contact the author respectively a mailing list for this library. The chances to obtain in this forum descent feedback and support for QXlsx library are very little.
-
wrote on 25 Apr 2017, 13:01 last edited by
Sorry for zombieing this one.
What that library does is loading all the data from the existing file and re-build it from scratch when you click save this means that any feature that existed in the original file but it's unsupported by the library will be removed on save just because the library doesn't even know they exist