Skip to content

Releases: centic9/poi-on-android

5.2.5-4

10 Apr 06:16
Compare
Choose a tag to compare
  • Silence build-warnings about service-files, closes #109

Full Changelog: 0.8...5.2.5-4

0.8

25 Mar 14:21
628458c
Compare
Choose a tag to compare
0.8

What's Changed

  • Fixes issue #75 by @EliAgne in #110
  • Update POI to current release 5.2.5
  • Update various third-party dependencies and upgrade Android proejct
  • Adjust the test/demo-app somewhat

New Contributors

Full Changelog: 0.7...0.8

0.7

14 Jun 13:13
Compare
Choose a tag to compare
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

23 Feb 10:00
Compare
Choose a tag to compare
0.6
  • Update to POI 3.17
  • Use Gradle 5.6.4
  • Verify some more features of POI in the test-application

0.5

25 Jul 16:40
Compare
Choose a tag to compare
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

18 Jun 21:53
Compare
Choose a tag to compare
0.4
  • Update README with more information about hot to use this, especially some system properties that are necessary currently
  • Include classes from alto-xml which seem to be required in some cases

0.3

08 Mar 22:13
Compare
Choose a tag to compare
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

04 Oct 09:26
Compare
Choose a tag to compare
0.2

Changes:

  • Update to POI 3.15
  • Include classes for HSSF
  • Upgrade to newer Gradle and Android versions

Dummy-release to publish a pre-built shadow-jar

09 Jun 19:51
Compare
Choose a tag to compare

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.