Export *.xlsx or *.ods in Qt WebAssembly
Unsolved
Qt for WebAssembly
-
Hi
As far as i know, there is no file access so not sure its possible to save it. -
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.