I'm trying to generate excel file, it works fine on linux but on mac it gives this error
Error message “Excel could not open EMMA_2019 26th Mar.xlsx because some content is unreadable. Do you want to open and repair this workbook?”
once I click open it generates the data.
is there a way to fix it?
ps: my data types is string, number and date, so I convert the dates to string
I install the lib using npm.
Hi,
I'm trying to generate excel file, it works fine on linux but on mac it gives this error Error message “Excel could not open EMMA_2019 26th Mar.xlsx because some content is unreadable. Do you want to open and repair this workbook?”
once I click open it generates the data. is there a way to fix it?
ps: my data types is string, number and date, so I convert the dates to string I install the lib using npm.