Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: bump poi #188

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

DRAFT: bump poi #188

wants to merge 30 commits into from

Conversation

colearendt
Copy link
Owner

@colearendt colearendt commented Jan 29, 2022

Switch to using POI 5.2.0

LOTS of changes required:

  • lots of things we treated like enums are now officially enums
  • a handful of changed method signatures
  • attempted to keep most of the xlsx API the same. However, we did start treating enums in a more friendly fashion and using the (personally preferable) snake_case syntax... not sure yet whether this inconsistency is a problem...

Remaining work:

  • Address cellBlock changes (this requires getting a java environment set up)
  • figure out why the addHyperlink call is failing. The method signature looks perfect. Is this an issue in POI?
  • password protection issue
  • read.xlsx / write.xlsx seem to have some issues / changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant