subtub / csvP5

Use the new Processing 2.0 Table class instead!
http://subtub.github.com/csvP5/
MIT License
3 stars 0 forks source link

start at / end at #16

Open paulvollmer opened 12 years ago

paulvollmer commented 12 years ago

syntax ideas

csv.startAtColumn(5);
csv.stopAtRow(55);
csv.stopAtColumn(55);
// "data" row/column auf file row/column mappen -> wichtig zum debuggen --------
int mapRowToFileRow(int row);
int fileColumn(int column);