Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Mustafa Kiraz | 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