Releases: monitorjbl/excel-streaming-reader
Releases · monitorjbl/excel-streaming-reader
0.2.11
0.2.10
0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
First Maven Central release.
Cell
getColumnIndex()
getRowIndex()
getRow()
getCellType()
getStringCellValue()
getNumericCellValue()
getDateCellValue()
Row
getRowNum()
getCell()
cellIterator()
iterator()
To install library manually, using Maven:
cd /path/to/download/dir
mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file -Dfile=xlsx-streamer-0.2.3.jar
v0.2.2
Third release, now with more Javadoc! Supported access methods:
Cell
getColumnIndex()
getRowIndex()
getRow()
getCellType()
getStringCellValue()
getNumericCellValue()
getDateCellValue()
Row
getRowNum()
getCell()
cellIterator()
iterator()
To install library manually, using Maven:
cd /path/to/download/dir
mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file -Dfile=xlsx-streamer-0.2.2.jar