Skip to content

Commit

Permalink
fix fods file format which has 'text' type, not 'binary'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonadem committed Jul 25, 2017
1 parent c28d17f commit 836e1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyexcel_odsr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
IOPluginInfoChain(__name__).add_a_reader(
relative_plugin_class_path='odsr.FODSBook',
file_types=[__FILE_TYPE_FODS__],
stream_type='binary'
stream_type='text'
)

from pyexcel_io.io import get_data as read_data, isstream
Expand Down

0 comments on commit 836e1fa

Please sign in to comment.