forked from hummel/PR1-Spreadsheet
Test 1
parent
ada8f538a2
commit
209531f6f9
|
@ -21,7 +21,9 @@ public class Axel {
|
||||||
|
|
||||||
System.out.println(spr);
|
System.out.println(spr);
|
||||||
|
|
||||||
spr.saveCsv("/tmp/test.csv");
|
//spr.saveCsv("/tmp/test.csv");
|
||||||
|
|
||||||
|
//Test
|
||||||
|
|
||||||
// TODO: You might want to put "UI loop" for entering value and formulas here resp. in some UI methods.
|
// TODO: You might want to put "UI loop" for entering value and formulas here resp. in some UI methods.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue