brechtsanders / xlsxio

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

no supper xlsm file type #41

Closed yingnierxiao closed 5 years ago

yingnierxiao commented 5 years ago

filter :application/vnd.ms-excel.sheet.macroEnabled.main+xml vs application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml can you supper with this?

brechtsanders commented 5 years ago

.xlsm is basically .xls with macros inside, this is the old Excel format. This library is for .xlsx files (.xlsxm should also work), the format of Microsoft Office 2007 and higher.