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

Excel Chart support #18

Open
2 tasks
apjanke opened this issue Jan 22, 2020 · 4 comments
Open
2 tasks

Excel Chart support #18

apjanke opened this issue Jan 22, 2020 · 4 comments
Assignees
Milestone

Comments

@apjanke
Copy link
Member

apjanke commented Jan 22, 2020

  • Convert Java interface wrappers to fully abstract classes, with only the concrete subclasses defining the j property. I think.
  • The XSSF-specific classes for things you can create from an XSSFDrawing.
@apjanke apjanke added this to the 0.3.0 milestone Jan 22, 2020
@apjanke apjanke self-assigned this Jan 22, 2020
@apjanke
Copy link
Member Author

apjanke commented Feb 11, 2020

Added some object wrappers to the code today, covering many of the Chart-related stuff at the ss.usermodel level.

@apjanke
Copy link
Member Author

apjanke commented Feb 11, 2020

Note to self: the Javadoc for the XSSF part of POI 3.17 is not readily Googleable on the web. You need to download the poi-ooxml-3.17-javadoc.jar file from Maven Central and extract it locally to get a copy of the Javadoc. That's nice to have locally anyway, since the POI website is sometimes slow.

@apjanke
Copy link
Member Author

apjanke commented Feb 11, 2020

TODO next: all the XSSF-specific classes for things you can create from an XSSFDrawing.

@apjanke
Copy link
Member Author

apjanke commented Feb 12, 2020

Added some more Drawing and Charting stuff. I think I have wrapper classes for all the XSSF stuff in now.

Now just to test and document it. ;)

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

No branches or pull requests

1 participant