petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

Add support for ignore_workbook_corruption parameter in xlrd, bump xl… #572

Closed arturponinski closed 2 years ago

arturponinski commented 2 years ago

…rd version to 2.0.1. Pass kwargs to xlutils_view.View in XLSView

This PR has the objective of adding support of ignore_workbook_corruption option added to xlrd version 2.0.0 Closes: https://github.com/petl-developers/petl/issues/571

Changes

  1. Upgrade xlrd package to 2.0.1
  2. Pass kwargs passed to fromxls to xlutils_view.View

    Checklist

Checklist for for pull requests including new code and/or changes to existing code...

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.01%) to 91.322% when pulling a2dcddb39ed1fb0ad24202ec513bb17fa436a3c3 on arturponinski:support-corrupted-workbooks-in-xlrd into 095badb65062072c54439e63c9eb9a15165326cd on petl-developers:master.