VSRonin / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
209 stars 73 forks source link

Cannot save .xlsm file. #50

Closed gojin78 closed 4 years ago

gojin78 commented 4 years ago

I can read from .xlsm file as good as from .xlsx, but when I write some data in my .xlsm and save it, it breaks and i can't open it. Can I rewrite/make .xlms file with your library?

VSRonin commented 4 years ago

Macros do not use a public standard but a Microsoft-propietary format so they can't be managed atm. This library will not "edit" files but rather re-write them from scratch so any feature that is not supported by the library will be lost in the save