qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
128 stars 62 forks source link

Issue 148: add newtype for column and row indices. #161

Closed LukeTemp closed 1 year ago

LukeTemp commented 1 year ago

This PR adds a newtype for column and row to improve the type safety and readability of the code: https://github.com/qrilka/xlsx/issues/148

qrilka commented 1 year ago

Also it looks like the merged in #158 brought some conflicts with this one

qrilka commented 1 year ago

thanks a lot