Releases: centic9/poi-on-android
Releases · centic9/poi-on-android
5.2.5-4
0.8
0.7
Changes
Updated to latest Apache POI 5.2.2 and XMLBeans 5.1.0.
Some new workarounds were necessary with POI 5.x, some older workarounds could be removed.
Also some more items are added in the sample-application to show/verify some more functionality of Apache POI
Remaining: Some java.awt classes are missing on Android, so some functionality of Apache POI does not work, e.g. autosizing columns, drawing pictures, ...
Automated changelog
What's Changed
- upgrade poi to 4.0.1 by @quenchjian in #90
- update dependencies by @hristijan-tap in #95
New Contributors
- @quenchjian made their first contribution in #90
- @hristijan-tap made their first contribution in #95
Full Changelog: 0.6...0.7
0.6
0.5
- Update to POI 3.17-beta1
- Update to tools.build:gradle:2.3.3
- Add a shaded class for java.awt.Color to allow to use XSSFColor
- Don't exclude any schemaorg-files, this leads to hard to debug problems
- Add reading a word document and show it's content
- Add "longContent" to show the full content from the .docx
0.4
0.3
- Update to Apache POI 3.16-beta2 and Gradle 3.4.1
- Apply a number of changes proposed by user SUPERCILEX
** newer versions of Android tooling
** Add some proguard-rules
** Remove checked-in local.properties
** Adjust TravisCI-build - Adjust sample-code slightly to show that we can write and read from .xlsx-files
0.2
Dummy-release to publish a pre-built shadow-jar
For some people it seems to be a bit complicated to manage to get the build running fine locally, therefore I am publishing the resulting shadow-jar here for easier testing of the early version of this project.
This is based on POI-3.15-beta1.