dhatim / fastexcel

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

How can I read existing style from existing row? #429

Open cuong02n opened 1 month ago

cuong02n commented 1 month ago
  1. I cannot find how to read color, font, size in existing ReadableWorkbook.
  2. My problem very simple: read style of a row, and then copy all to below rows and can modify the value of some cells.

My existing workbook My existing workbook

I want my output like this (The color, font, size of first row was applied to another rows.) I want my output like this

I am using apache poi, but I want to try fastExcel for performance.