How do I ignore excel error for the entire workbook in ExcelJS.
Currently I am trying to ignore "Number stored as text" error.
I do not want to store number as number I want to keep it as text, and just want to ignore the error so it does not show up in excel.
I've read the exceljs documentation and tried to search answer but seems this has not been answered, appreciate any help.
Link to exceljs : https://github.com/exceljs/exceljs