We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d06ac8 commit c991941Copy full SHA for c991941
pandas/io/excel/_openpyxl.py
@@ -610,8 +610,8 @@ def _convert_cell(self, cell) -> Scalar:
610
def get_sheet_data(
611
self, sheet, file_rows_needed: int | None = None
612
) -> list[list[Scalar]]:
613
- if self.book.read_only:
614
- sheet.reset_dimensions()
+ # if self.book.read_only:
+# sheet.reset_dimensions()
615
616
data: list[list[Scalar]] = []
617
last_row_with_data = -1
0 commit comments