Skip to content

v1.1

Compare
Choose a tag to compare
@tobyweston 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 in copyMergeRegion #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>