There are three projects in this repo corresponding to the three sections of the talk.
A PDF of the slides is also included in this repo.
Code showing how Excel workbooks can be written using Java and Apache POI, including formatting and formulas.
Requires Apache-POI.
Example of how Excel can be automated from Java using the Excel COM interface and Com4j.
Requires Jinx-COM4J
Demo of extending Excel using the Jinx Excel add-in the covers the following:
- Embedding the previous com4j example in Excel as a ribbon menu
- Writing custom worksheet functions
- Passing Java objects between Excel functions
Requires Jinx