jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.48k stars 330 forks source link

libxlsxwrite can only write data to tables, but not read data from tables? #421

Closed zhjr2019 closed 8 months ago

zhjr2019 commented 9 months ago

libxlsxwrite can only write data to tables, but not read data from tables?

slw287r commented 9 months ago

You can use xlsxio's xlsxio_read to read from XLSX file.

BTW xlsxio does not support multiple sheet writing as libxlsxwrite.

jmcnamara commented 8 months ago

libxlsxwrite can only write data to tables, but not read data from tables?

That is correct. Libxlsxwriter is a library for writing files only.