Tag Archives: poi
Using CellUtil with POI to avoid too many cell styles in Excel
When you create Excel documents with the popular Apache POI library it is possible that you encounter a problem where Excel tells you there are “Too many different cell formats”. A possible source for this is that you probably have a loop structure in which you define a new cell style for every cell you […]
Removing Excel rows with POI