Closed roskakori closed 9 years ago
Goal: there's _tools.ods_rows().
_tools.ods_rows()
If implemented properly (without any messy multi threading), this should also fix #46: Fix that command line client gets stuck on ICD in ODS format with syntax error.
Implementation notes:
_ods.AbstractOdsContentHandler.startElement()
Note: I already cleaned up _ods.py so that some obsolete code is gone. Furthermore argument parsing now uses argparse instead of optparse.
_ods.py
argparse
optparse
Goal: there's
_tools.ods_rows()
.If implemented properly (without any messy multi threading), this should also fix #46: Fix that command line client gets stuck on ICD in ODS format with syntax error.
Implementation notes:
_ods.AbstractOdsContentHandler.startElement()