Fix error when loading workbooks containing links that reference merged cells
- In `bind_hyperlinks`, check if `ref` points to a MergedCell. If so, place link on the top-left cell of the merged range. - Extend `test_merged_hyperlinks` by adding a hyperlink pointing to a merged cell in `complex-styles-worksheet.xml`, then asserting that the link is placed on the top-left cell. --HG-- branch : fix-mergedcell-hyperlink-read-only
Please register or sign in to comment