mm
mm copied to clipboard
Python powered spreadsheets
It looks not support python3. >$ pip install marmir >Collecting marmir > Using cached https://files.pythonhosted.org/packages/e4/7d/75d7c821c2a9439ccaad6f70d5cfb8ba3a7d5795b9632f3a9b89a3a40e2e/Marmir-0.1.3.tar.gz > Complete output from command python setup.py egg_info: > Traceback (most recent call last): >...
see basic_tests.py: test_doc2.xls 
https://github.com/brianray/mm/blob/master/mm/model_base.py#L125 Catch the index error and raise a more specific exception. Add a setting to the config called 'INGORE_DATA_MISMATCH'--when True, log a warning instead of failing at this point.