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 283
    • Issues 283
    • 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
  • !409

New 3.1-based work on rich text

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Udi Finkelstein requested to merge topic/3.1/rich-text-cells into branch/3.1 Nov 15, 2021
  • Overview 33
  • Commits 40
  • Pipelines 36
  • Changes 13

This pull request replaces merge request !408 (closed), due to two main reasons:

  1. It was based on the 3.0 branch, not 3.1
  2. It stored rich text as low level XML Elements. While this worked for creating new content, it wasn't very user-friendly for analyzing existing rich text cells.

At @charlie.clark request, discussions of this feature are now on https://groups.google.com/g/openpyxl-users/c/fV3GnRjvbm8

--HG-- branch : 3.1

Edited Nov 22, 2021 by Udi Finkelstein
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.1/rich-text-cells