Bug 65993 - change XSSFHyperlink code that copies HSSFWorkbook to respect cell ranges
Summary: change XSSFHyperlink code that copies HSSFWorkbook to respect cell ranges
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 5.2.0-FINAL
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-02 18:55 UTC by PJ Fanning
Modified: 2022-08-15 15:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2022-04-02 18:55:08 UTC
Existing code assumes the hssf hyperlink only covers one cell - this may not always be the case and our APIs allow cell ranges
Comment 1 PJ Fanning 2022-04-02 18:56:10 UTC
added r1899521