1
0
Fork 0

simple loop + limitation for cols and rows

main
ERANZER 2024-01-05 11:18:20 +01:00
parent 0a7c0022e8
commit f19c749e0b
2 changed files with 1 additions and 10 deletions

View File

@ -39,6 +39,7 @@ public class Axel {
spr.put(cell,in);
}
spr.saveCsv("/tmp/test.csv");
kb.close();
// TODO: You might want to put "UI loop" for entering value and formulas here resp. in some UI methods.
}

View File

@ -1,10 +0,0 @@
package de.hs_mannheim.informatik.spreadsheet;
public class Testdatei {
public static void main(String[] args) {
// Dies ist nur ein test
}
}