mirror of https://github.com/apache/poi.git
[bug-65613] experimental SXSSF writeAvoidingTempFiles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c167c13df9
commit
a41aece5d3
|
@ -29,7 +29,7 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
* This sample demonstrates how to use DeferredSXSSFWorkbook to generate workbooks in a streaming way.
|
||||
* This approach avoids the use of temporary files and can be used to output to streams like
|
||||
* This approach reduces the use of temporary files and can be used to output to streams like
|
||||
* HTTP response streams.
|
||||
*/
|
||||
public class DeferredGeneration {
|
||||
|
|
Loading…
Reference in New Issue