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.
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 usingtoString()
. But It would be great if I could just pass the integer.