An open API service indexing awesome lists of open source software.

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

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.