qrilka/xlsx

Add newtype for column and row indexes

Opened this issue · 0 comments

This will allow us to create smart constructors that check for values < 1.
These causes issues in excel (nasty warnings which give users the impression they're being hacked!)
Furthermore new types around these will no longer cause accidental confusion between rows and columns.

See discussion:
https://github.com/qrilka/xlsx/pull/144/files#r693388304