meteor-excel
meteor-excel copied to clipboard
Implement writeFile to Excel object
Hi @netanelgilad !!
Check my code please, but this way we could implement writeFile on excel object like the js-xlsx library does.
Thanks!
I mean since you call XSLX.writeFile even the wanted file is xls then it would create a file that is not compatible with excel 2003 and such... (since it is actually an xlsx file).