]> source.dussan.org Git - poi.git/commitdiff
[bug-65613] experimental SXSSF writeAvoidingTempFiles
authorPJ Fanning <fanningpj@apache.org>
Mon, 4 Oct 2021 21:56:18 +0000 (21:56 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 4 Oct 2021 21:56:18 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893900 13f79535-47bb-0310-9956-ffa450edef68

poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java

index 85dc007d2b8226e7517c24eab12a03688e890076..e5b5eba6f11b4324b9671e8d6df590d4941c1feb 100644 (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 {