Need to be able to read .xlsx files #52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if not also .ods files and/or write them as well.
For writing xlsx files, there is libxlsxwriter: https://libxlsxwriter.github.io/
For reading xlsx files, it seems like the path of least resistance would be to enhance XSLX I/O:
https://github.com/brechtsanders/xlsxio
For reading ods files, I didn't find much. The best might be to look through and adapt code from gnumeric, as it is written in C.