Tobyweston Simple Excel Versions Save

Generate excel sheets in Java

simple-excel-1.2

4 years ago

Includes

  • Updated Apache POI to 4.1.0 (from 3.17) as requested in #17

Suggest you have a go with your code and report back if we need any tweaks.

Download

Available from http://robotooling.com/maven/bad/robot/simple-excel/1.2/

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>

simple-excel-1.1

5 years ago

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>