Re: Reading multiple hyperlinks on the same cell using HSSF

2011-01-28 Thread Mark Beardsley
-hyperlinks-on-the-same-cell-using-HSSF-tp3361215p3361371.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h

Reading multiple hyperlinks on the same cell using HSSF

2011-01-28 Thread Peter Pham
I can read Hyperlink from a cell using function HSSFCell.getHyperlink(). However, it only works if there is only one hyperlinks in the cell. When I have multiple hyperlinks (note: my cell contains HSSFRichText), the above method does not return anything. My question is: Is there a way for me to l