ets / tap-spreadsheets-anywhere

GNU Affero General Public License v3.0
31 stars 63 forks source link

restore encoding to None for excel reader #74

Open peterspiro opened 11 months ago

peterspiro commented 11 months ago

This fixes #71, which is due to smart_open ignoring binary mode if encoding is provided.

peterspiro commented 11 months ago

Testing: TestFormatHandler.test_handle_newlines_local_excel test now passes. (It had been failing.)