jsonkenl / xlsxir

Xlsx parser for the Elixir language.
MIT License
215 stars 85 forks source link

Clarify file type error, extract error messages to module attrs for reuse #55

Closed craiglyons closed 7 years ago

craiglyons commented 7 years ago

I found that users often expect xls files to work the same as xlsx. This PR gives users an indication of what the expectation is, which improves their ability to correct their mistake. This also extracts error messages to module attrs.

jsonkenl commented 7 years ago

@craiglyons thanks for the contribution.