When creating an excel file that potentially has a few thousand columns (not rows), would it make sense to set the buffer to just 1?
Workbook wb = new SXSSFWorkbook(1); -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Question-on-SXSSF-buffer-tp5681462.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
