Apply multiple CellStyle on a cell with Apache POI
Today, I will talk about my way of managing styles with Apache POI . To add a style to a cell with POI you must create a CellStyle: It works fine but I can produce several Excel file with lots of different styles in each file. Rather than create a style for each cell, I… Read More »