Need to be able to read .xlsx files #52

Open
opened 2019-08-18 14:55:03 +00:00 by glen · 1 comment
Owner

if not also .ods files and/or write them as well.

if not also .ods files and/or write them as well.
Author
Owner

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.

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.
glen added the
enhancement
label 2019-08-19 19:27:07 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/teapot-spreadsheet#52
No description provided.