frictionlessdata / tabulator-py

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

Error on xlsx file when skipping row with string #322

Closed cschloer closed 4 years ago

cschloer commented 4 years ago

Overview

Hey,

There seems to be an error here when an XLSX file is loaded in with the first column containing numbers and the skip_rows parameter is used.

'int' object has no attribute 'startswith'

Here's an excel file: test_tabulator_error.xlsx

And here's a pipeline-spec.yaml: pipeline-spec.yaml(9).txt


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