View Project
sheet-to-slide
This is a simple project to run on your device to convert long tables into beautiful PPTx slides!
Apache POI
OpenCSV
SLF4J
Log4J 2
JDK
Apache Maven
IDE - preferably Intellij IDEA
Powerpoint format (.pptx) supported.
Dynamically add rows to slide based on Table:Slide ratio mentioned. (Default: 0.6 , i.e. 60% of slide height will be occupied by Table).
CSV parsing using OpenCSV.
Logger added for better understanding of flow.
Error cases implemented (No Setup File, No CSV file, etc.)
Comments