Changelog of 0.3 is very tiny.
- Supported Java 7
- Upgraded POI to 3.9
You can get from the following repositories:
- RELEASE: https://repository-kobo.forge.cloudbees.com/release
- SNAPSHOT: https://repository-kobo.forge.cloudbees.com/snapshot
Sample of usage:
@GrabResolver(name="my", root="https://repository-kobo.forge.cloudbees.com/release") @Grab("org.jggug.kobo:gexcelapi:0.3") import org.jggug.kobo.gexcelapi.GExcel def book = GExcel.open(args[0]) assert book.sheets[0].A1.value == "Sheet1-A1"
The unit tests make the API look good:
No comments:
Post a Comment