v1.1
tobyweston
released this
15 Feb 17:00
·
16 commits
to master
since this release
Includes:
- Updated Apache POI to 3.17 (from 3.14)
- #12 Improvement when comparing rows with differing number of cells (thanks @vlaci002 for the PR π)
- Fix issue when calculating
lastRow
incopyMergeRegion
#11 (PR by @windwolfreal, thanks π) - Add sheet name to description #7 (thanks to @nill14 π)
- Ignore empty string comparison #7 (thanks to @nill14 π)
- Add copyright notice to fix #3
- Fix issue with URLs in cells #2
- README typo (thanks @agebhar1 for the PR π) fixing #10
Download
Available from http://robotooling.com/maven/bad/robot/simple-excel/1.1/
Maven Repository
Setup a repository with the follow (see #6 for the reason why):
<repositories>
<repository>
<id>bad.robot</id>
<name>bad.robot repository on robotooling</name>
<url>http://www.robotooling.com/maven/</url>
</repository>
</repositories>