Hi, I am using the POI SXSSF API to generate large excel files in Java. The files generated will be used as an input to other system. The problem is that the other system do not accept the files more than 15 MB.
I need to split excel files such that if the temporary zipped file created is exceeding the limit, then the file should be split. How do I handle this? Is there any way (method) to get the file size of the temporary file created and written to the disk so that once the threshold is reached, I can start creating a new file? Please suggest. Thanks and Regards, Vijay Inani -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Split-the-excel-file-generated-using-SXSSF-tp5719327.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
