forked from hummel/PR1-Spreadsheet
simple loop + limitation for cols and rows
parent
0a7c0022e8
commit
f19c749e0b
|
@ -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.
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
package de.hs_mannheim.informatik.spreadsheet;
|
||||
|
||||
public class Testdatei {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// Dies ist nur ein test
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue