Export *.xlsx or *.ods in Qt WebAssembly
-
wrote on 15 Jul 2020, 17:35 last edited by
Hi everyone. Is there any tested library in Qt for Webassembly to export *.xlsx or *.ods?
-
Hi
As far as i know, there is no file access so not sure its possible to save it. -
@mrjj
I think there is file access, to a temporary file store area. Whether it's any use to anyone is a different matter.@JonB
well hopefully lorn.potter will come around and educate us :) -
wrote on 22 Jul 2020, 20:59 last edited by
There is file access, both locally and for the system.
Since WebAssembly lives in the browsers javascript sandbox, to access file content on the system, outside of the browser, we created
QFileDialog::getOpenFileContent and QFileDialog::saveFileContent
https://doc.qt.io/qt-5/qfiledialog.html#getOpenFileContent
Also, there should be persistent files, but it's a bit broken at the moment in all the releases.
-
wrote on 13 Apr 2023, 08:40 last edited byThis post is deleted!
-
wrote on 18 Apr 2023, 07:48 last edited by Gary_CThis post is deleted!