By no means am I an expert and I do not posses detailed knowledge of the SXSSF stream but, as far as I do understand it, only the row information is streamed out to the file. Images, as I am sure you are aware, are added to the workbook rather than to an individual cell or cells and, for this reason, the information will not be streamed out to the file but the in memory representation will be parsed once you call the write method. If I am correct, this is why you will be seeing the memory usage figures you mention. It might be possible to amend the SXSSF stream in order to write out the picture/image information in like manner. The best course of action might well be to approach the original developer, Alex Geller.
As with everything, I could well be wrong but wanted to offer an opinion rather than simply let the question languish on the list. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/SXSSF-and-images-tp5712408p5712413.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]
