Will the ability to open files be added?
C++ library for creating XLSX files for MS Excel 2007 and above.
Brought to you by:
oxod,
programmeralex
Like in subject.
If yes: When?
Hi,
There are no such plans yet.
The fact is that SimpleXlsxWriter is designed to quickly create xlsx-files and almost does not store data in memory. Therefore, adding this capability is equivalent to creating a new library.
Thanks,
It's a pity.
I know it is not easy.
I saw before this lib.
Thanks for help.
Hi,
I need to write simple Excel table sheets - one by one.
Herefore it would be useful to have the option "read an existing file" (not necessarily interpretating its contents) and "append a new sheet".
Do you have any hint besides the use of the xlsxio lib?
At my best knowledge xlsxio is single solid options for reading. And it is very modest.
Tahnk you for your fast reply!