brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
417 stars 112 forks source link

Can I read .xls file with this Library? #60

Closed hyoun369 closed 4 years ago

hyoun369 commented 4 years ago

When I try to read .xls file with this library, The Results are something wrong. Is it possible to read .xls file?

brechtsanders commented 4 years ago

XLSX I/O is only for .xlsx files. The old .xls fileformat is completely different and will never be supported by this library.

hyoun369 commented 4 years ago

Thank you for you Answer. :)