8000 DEP: bump min version of openpyxl to 3.0.0 #39603 by fangchenli · Pull Request #39702 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DEP: bump min version of openpyxl to 3.0.0 #39603 #39702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 15, 2021
Prev Previous commit
Next Next commit
fix import
  • Loading branch information
fangchenli committed Feb 9, 2021
commit 035b454d6957b6973c2f2b4ac4b6e176afc889c7
4 changes: 0 additions & 4 deletions pandas/io/excel/_openpyxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,6 @@ def _convert_cell(self, cell, convert_float: bool) -> Scalar:
return cell.value

def get_sheet_data(self, sheet, convert_float: bool) -> List[List[Scalar]]:
# GH 39001
# Reading of excel file depends on dimension data being correct but
# writers sometimes omit or get it wrong
import openpyxl

# There is no good way of determining if a sheet is read-only
# https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1605
Expand Down
0