As the cell contains more than one hyperlink and each is separated by some other text, then you will have to pull apart the HSSFRichTextString and cehck the formatting applied to each section. It is likely that hyperlinks all have a common format - being blue and undertlined for example - and that will allow you to indentify them from the surrounding text. All POI can do for you is return the contents of the cell, you will then need to write the code to process this data further.
Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Reading-multiple-hyperlinks-on-the-same-cell-using-HSSF-tp3361215p3361371.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
