Poi On Android Versions Save

A sample project that shows how Apache POI can be used in an Android application

5.2.5-4

1 month ago
  • Silence build-warnings about service-files, closes #109

Full Changelog: https://github.com/centic9/poi-on-android/compare/0.8...5.2.5-4

0.8

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/centic9/poi-on-android/compare/0.7...0.8

0.7

1 year ago

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

New Contributors

Full Changelog: https://github.com/centic9/poi-on-android/compare/0.6...0.7

0.6

4 years ago
  • Update to POI 3.17
  • Use Gradle 5.6.4
  • Verify some more features of POI in the test-application

0.5

6 years ago
  • 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

6 years ago
  • 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

7 years ago
  • 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

7 years ago

Changes:

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

0.1

7 years ago

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.