mm icon indicating copy to clipboard operation
mm copied to clipboard

Python powered spreadsheets

Results 8 mm issues
Sort by recently updated
recently updated
newest added

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 ![screen shot 2013-11-09 at 12 55 58 pm](https://f.cloud.github.com/assets/676284/1507266/d6983a26-4970-11e3-9dae-47f15ba309f8.png)

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.