Convert a spreadsheet to JSON documents. Intended to support ODS, but currently supports only Microsoft Office Open XML (.xlsx files). Looking for a decent way to support ODS without significant pain.
- Assumes data header is in first row.
- --debug log data to STDERR as well as log file
- --infile string filename to process
- --outfile string Output JSON file
- --type string Name of record type conversion (default "record")
- --verbose Lots of information (default true)
odf2json --infile zodmo.xlxs --outfile zodmo.json
Log data is written to odf2json.log
- Add ODS support (open to suggestion)
- Either autodetect XLXS/ODS format, or add flag
- Make logfile dynamic rather than hard-coded
- Better flag handling.