roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Add support for ODS files #76

Closed roskakori closed 9 years ago

roskakori commented 9 years ago

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:

roskakori commented 9 years ago

Note: I already cleaned up _ods.py so that some obsolete code is gone. Furthermore argument parsing now uses argparse instead of optparse.