https://bz.apache.org/bugzilla/show_bug.cgi?id=65490
--- Comment #7 from PJ Fanning <fannin...@yahoo.com> --- Implementing this could be tricky. * need to fix the getHyperlink logic to be aware the hyperlink cell ref can be a range * removeHyperlink logic needs to handle case where you are removing a shared hyperlink from just one cell. If you remove from the middle of the range of cells then you need to create extra hyperlinks to replace the one you remove - it might be easier initially to create single cell hyperlinks on the cells that are part of the original shared range but that we have not received a request to remove the shared hyperlink from * XSSFRow removeCell does not seem to try to handle removing related hyperlinks * the row shifter logic will need to take into account the fact the hyperlink might be shared by cells on separate rows - like with removeHyperlink if might be tidier to make the hyperlink on the destination a non-shared hyperlink -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org