pjfanning commented on PR #406: URL: https://github.com/apache/poi/pull/406#issuecomment-1346934215
Could you trying calling setCellStyle(style) on each cell? You can have just 1 style instance that you set for all cells. If you look at SXSSFCell.getCellStyle, it skips all the lookup code if you have pre-set the style. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
