[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:
PJ Fanning 2021-10-04 21:56:18 +00:00
parent c167c13df9
commit a41aece5d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {