https://issues.apache.org/bugzilla/show_bug.cgi?id=53710
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WONTFIX Severity|blocker |normal --- Comment #6 from Yegor Kozlov <[email protected]> --- Parag, Fursly, please do not abuse the POI issue tracker. You will get nothing by setting prioriry of a bug to blocker. POi is a volunteer project, if a problem is important for you then do work on it and contribute! Secondly, re-read what Bodo wrote: the sheet contains one hyperlinks that spans across multiple cells. the Hyperlink object has methods getFirstRow() and getLastRow() , in your case they return different values, i.e. getFirstRow() ! getLastRow() which means that the hyperlink spans across several cells. Yegor (In reply to comment #5) > (In reply to comment #4) > > i think your code to read the excel file is invalid. > > not every cell in the file has a hyperlink, so getHyperlink() return null. > > when ignoring those nulls, you get 7 Hyperlink-adresses , which is expected > > > hi bodo , > > will you pls tell me where can i put wrong code because i cant under stand > how to solve this issue .. still i am geting this issue . -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
