This tool is geared towards organizations which meets frequently and flashes announcements in PowerPoint before events. This makes it possible for multiple contributors to update their announcement in their own Google Spreadsheet, and the event coordinator simply clicks "download" on the day of the event.
Web application that allows user to dynamically create a PowerPoint document based on certain Google Docs spreadsheets. It internally uses Apache POI.
- Deploy ROOT.war into your J2EE application server (See downloads section, or compile from scratch)
- Modify the exploded webapp/ROOT/WEB-INF/classes/powerpoint.properties:
- google.spreadsheet.keys.csv={key1},{key2}...{keyN}
- Launch the browser and load http://localhost:8080/
- Click "Generate Powerpoint File"
In this example, different people have their own spreadsheet that they manage. All that needs to happen is that the "keys" (or identifier" of the spreadsheet be configured in the application.


