Is there a way to use WorkbookFactory with big Excel file? (5,5 MB)
Workbook wb = WorkbookFactory.create(new FileInputStream(file));
when the file became big, by using background-colors."
I get the error: java.io.IOException: GC overhead limit exceeded.
Altering the excel is not an option.
Is it possible to ignore the styles when reading the excel?
side info: The background was changed for a lot of rows that don't contain text.