https://github.com/pjfanning/poi-shared-strings-sample
Sample demonstrating the use of poi-shared-strings-sample
https://github.com/pjfanning/poi-shared-strings-sample
Last synced: 28 days ago
JSON representation
Sample demonstrating the use of poi-shared-strings-sample
- Host: GitHub
- URL: https://github.com/pjfanning/poi-shared-strings-sample
- Owner: pjfanning
- License: apache-2.0
- Created: 2018-09-05T16:43:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:27:15.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:13:14.516Z (about 1 year ago)
- Language: Java
- Size: 460 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poi-shared-strings-sample
Sample demonstrating the use of [poi-shared-strings](https://github.com/pjfanning/poi-shared-strings) when reading or writing xlsx files.`./gradlew clean run`
The build.gradle file has a mainClassName has a default of `com.github.pjfanning.poi.sample.XLSX2CSV`.
This is the read sample.Change the mainClassName to `com.github.pjfanning.poi.sample.StreamingWrite` to run the write sample.