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 look through a cell's text to check 
whether it has hyperlinks or not? 

For example: I have a cell contains the following text
"ApachePOI is rock"

where "POI" is a hyperlink
and "rock" is another hyperlink


Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to