dhatim / fastexcel

Generate and read big Excel files quickly
Other
647 stars 116 forks source link

Style is not set when some cells is empty #331

Closed Huelse closed 9 months ago

Huelse commented 9 months ago
ws.style(r, c)
  .verticalAlignment("center")
  .borderStyle(BorderStyle.THIN)
  .borderColor(Color.BLACK)
  .set()
image

How to solve this? Thanks a lot!

Huelse commented 9 months ago

Solved by set empty string ""