You can integrate the plugin into the rapla client. You can use it analogous to the csv export function.
Java SDK 8 Eclipse (tested with Eclipse Photon and higher versions)
- Got to
Checkout projects from Git
in Eclipse (you will find it by clicking on Help > Welcome) - Select
Clone URI
- Enter
https://github.com/rapla/rapla
as URI - Select the 1_8 branch
- Select import existing eclipse projects
- Repeat step 1-5 for the URI
https://github.com/patrickwagner1/rapla-2-excel-plugin
and the master branch
- Right click on
org.rapla.bootstrap.RaplaStandaloneLoader.java
in the src directory of the rapla project - Click on run As > Java Application
- Close rapla
- Go to the
Run Configurations...
- Select
Java Application > RaplastandaloneLoader > Classpath > User Entries
- Click on
Add Projects...
- Select
rapla-2-excel-plugin
- Click
OK
- Click on
Add Jars...
- Select all Jars in rapla-2-exel-plugin/poi-4.1.0 and rapla-2-excel-plugin/jollyday-0.5.1.jar
- Click
OK
- Click
Apply
- Close the Window of the Run Configurations
You can start Rapla by clicking on Run in Eclipse with the RaplaStandaloneLoader Run Configurations.
- Right Click on
semesterTimeTable.excel.standalone.Standalone.java
in the src directory of the rapla-2-excel-plugin Project - Click on run As > Java Application