openpyxl icon indicating copy to clipboard operation
openpyxl copied to clipboard

AttributeError: 'ReadOnlyWorksheet' object has no attribute 'tables'

Open felipenv opened this issue 6 months ago • 1 comments

I'm reading tables with openpyxl load_workbook. As it's extremely slow to load the workbook, I need to use read_only = True.

Then I get a ReadOnlyWorksheet. But it has no atttribute tables.

Is there a way to read tables with read_only worksheets? Any previous or future version will have this feature?

felipenv avatar Feb 02 '24 17:02 felipenv