Artifact 08da0f45752603ee6cade4485d9c1fcace903194:
- File tests/ods-test.scm — part of check-in [214b154bb2] at 2011-09-07 23:52:18 on branch trunk — Partial implemenation of writing out ods file from megatest.db (user: mrwellan, size: 293) [annotate] [blame] [check-ins using] [more...]
(load "ods.scm") (ods:list->ods "testing" "testing.ods" '((Sheet1 ("Row 1,A" "Row 1,B") ("Row 2,A" "Row 2,B")) (Sheet2 (1 2) (3 4) () ("This is sheet 2")) (Sheet_3 ("Test" "Item Path" "Category" "Value" "Comment") ("LVS_esd" "eb8zxffd" "Cells" "n"))))