Processing vs Excel
JExcelAPI is a very useful java library allowing to ” read, write, and modifiy Excel spreadsheets dynamically “. Today at work, I had to feed a sqlite-driven database with datas embedded in several excel spreadsheets. Library was easily imported in Processing within the sketch code folder, all was ready to parse these documents and generate adequate sqlite statements.
1 Comment