Skip to content

Fix print area being set to a table name

snippet requested to merge topic/3.1/issue_1942 into branch/3.1

Resolves issue #1942 (closed). Parsing documents with print areas set to table names will now issue a warning and just ignore the print area for that sheet.

Openpyxl cannot be reasonably expected to process defined names for print areas if they're set to table names. While this may have been possible if the range was always the entire table, Excel also allows setting it to only a few columns in the table which adds unreasonable complexity.

--HG-- branch : 3.1

Merge request reports