mirror of
https://github.com/apache/poi.git
synced 2025-03-06 08:59:07 +00:00
[bug-65613] experimental SXSSF writeAvoidingTempFiles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51ce81924d
commit
83df3f40d8
@ -977,6 +977,7 @@ public class SXSSFWorkbook implements Workbook {
|
||||
*
|
||||
* @param stream - the java OutputStream you wish to write to
|
||||
* @exception IOException if anything can't be written.
|
||||
* @since POI 5.1.0 (experimental and still liable to change or be removed)
|
||||
*/
|
||||
@Beta
|
||||
public void writeAvoidingTempFiles(OutputStream stream) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user