dhatim / fastexcel

Generate and read big Excel files quickly
Other
677 stars 122 forks source link

Number Format (Double with 2 decimal places) #288

Closed PhaniTulasi closed 1 year ago

PhaniTulasi commented 1 year ago

Is there a way to set/format a cell value (double) for 0.00? I tried format on the style and properties but it didn't work. I might be missing something. Can someone help?

PhaniTulasi commented 1 year ago

I resolved by using ws.style(row, col).format("0.00").set();