Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 11, 2024
1 parent 4ecaa92 commit 25798f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ You can use the `setUseSstTempFile(true)` option to have this data stored in a t
.open(is);
```

You will need to add a dependency on [poi-shared-strings](https://search.maven.org/artifact/com.github.pjfanning/poi-shared-strings).

## Temp File Comments

As with shared strings, comments are stored in a separate part of the xlsx file and by default,
Expand All @@ -123,6 +125,8 @@ choose whether you want them stored in memory or in a temp file while reading th
.open(is);
```

You will need to add a dependency on [poi-shared-strings](https://search.maven.org/artifact/com.github.pjfanning/poi-shared-strings).

## Reading Very Large Excel Files

excel-streaming-reader uses some Apache POI code under the hood. That code uses memory and/or
Expand Down

0 comments on commit 25798f5

Please sign in to comment.