Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 284
    • Issues 284
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !424

Fix print area being set to a table name

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged snippet requested to merge topic/3.1/issue_1942 into branch/3.1 Jan 26, 2023
  • Overview 12
  • Commits 7
  • Pipelines 6
  • Changes 5

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.1/issue_1942