frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

NotImplementedError: formatting_info=True not yet implemented for older xls files #296

Closed akariv closed 4 years ago

akariv commented 4 years ago

Overview

When opening certain excel files, this exception is thrown. [Sample file](https://ams3.digitaloceanspaces.com/budgetkey-files/spending-reports/2018-3-משרד התרבות והספורט-לשכת הפרסום הממשלתית-2018-10-22-c457.xls)

Reason for exception is this line in xlrd: https://github.com/python-excel/xlrd/blob/master/xlrd/xlsx.py#L799


Please preserve this line to notify @roll (lead of this repository)