Index: refdb-module.scm ================================================================== --- refdb-module.scm +++ refdb-module.scm @@ -60,11 +60,11 @@ (use posix) (use json) (use csv) (use srfi-18) -(define refdb-version 1.01) +(define refdb-version 1.02) ;; Read a non-compressed gnumeric file (define (refdb:read-gnumeric-xml fname) (with-input-from-file fname (lambda () @@ -455,18 +455,24 @@ ls refdbdir : List the keys for specified level lookup refdbdir sheetname row col : Look up a value in the text db getrownames refdb sheetname : Get a list of row titles getcolnames refdb sheetname : Get a list of column titles +Settings + refdbdir/settings.cfg + [setup] + record [row|col] : records are switched to row or col in gnumeric + To export to other formats; first export to gnumeric then use ssconvert. e.g. refdb export mydata mydata.gnumeric ssconvert -T Gnumeric_html:html40 mydata.gnumeric mydata.html - -Part of the Megatest tool suite. Learn more at http://www.kiatoa.com/fossils/megatest + +Documentation is at https://www.kiatoa.com/fossils/refdb + (part of the Megatest tool suite https://www.kiatoa.com/fossils/megatest) Version: " refdb-version)) (define (list-sheets path) ;; (cond Index: refdb.release-info ================================================================== --- refdb.release-info +++ refdb.release-info @@ -1,3 +1,4 @@ (repo fossil "http://www.kiatoa.com/fossils/{egg-name}") (uri zip "http://www.kiatoa.com/fossils/{egg-name}/zip/{egg-name}.zip?uuid=v{egg-release}") +(release "1.02") (release "1.01")