Skip to content

Draft: Fix handling of multiple external links in openpyxl

  • Updated the ExternalLink class to support multiple file links using RelationshipList.
  • Modified the read_external_link function to handle multiple relationships and remove duplicates.
  • Updated the ExcelWriter class's _write_external_links method to write all file links.
  • Adjusted test_write to check for multiple file links.
  • Updated test_read_external_link to verify the correct number of file links and their targets.

--HG-- branch : 3.1

Merge request reports