t-chatoyan / vue-excel-xlsx

Convert your Data as an XLSX file
MIT License
39 stars 28 forks source link

Doesn't work if null value #28

Open Bigoudi88 opened 1 year ago

Bigoudi88 commented 1 year ago

Hello, When I export my data there is null value and there is an error: " Error in v-on handler: "TypeError: Cannot use 'in' operator to search for 'name' in null""

Another issues I have to make a specific api call before to export on Excel format. Do you have a solution ?

Thanks a lot for your work

Regards,