Skip to content

Commit

Permalink
Implemented first stream worksheet
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerover98 committed Sep 21, 2024
1 parent 88e8a96 commit 9adf2ae
Show file tree
Hide file tree
Showing 9 changed files with 1,226 additions and 881 deletions.
2 changes: 1 addition & 1 deletion e2e/src/test/java/org/dhatim/fastexcel/MemoryUsageE2E.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private void write(OutputStream out) throws IOException {
sheet.value(r, c, valueFor(r, c));
}
if (r % FLUSH_EVERY_NR_OR_ROWS == 0) {
sheet.flush();
sheet.initDocumentAndFlush();
}
}
}
Expand Down
Loading

0 comments on commit 9adf2ae

Please sign in to comment.