pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

Errors should never pass silently. PEP 20 #42

Closed chfw closed 7 years ago

chfw commented 7 years ago

https://github.com/pyexcel/Flask-Excel/issues/26

pyexcel-io ignored the error when no matching adapter. It should not pass sliently but throw an exception. And such a show stoper 26 will be catched ealier than now.