Apache POI Excel cell formatting is not working beyond 32748 cell in a sheet
问题 I have a requirement where I need to generate a report for all transaction for a given period, and I need to apply the cell format accordingly. In this case cell formatting is not working especially for Date after creating 32748 cells in the sheet. This seems to be bug in the API, please provide some inputs if anybody already faced this issue and found any fix. For reference, here is the sample code : public class TestFormat { public static void main(String args[]){ try { HSSFWorkbook wb =