ClearC2 / react-excel-workbook

MIT License
109 stars 32 forks source link

Empty cell is shown when 0 is passed #28

Open Waqar-107 opened 3 years ago

Waqar-107 commented 3 years ago

I have passed an array of objects where a field called quantity can be 0. In the excel file, the cells with 0 are not shown. For now, I have used a workaround by converting the integer to string using toString(). But It would be great if I could just pass the integer.