To read the hyperlink path of a text from Excel file via JAVA?
Posted
by Guru
on Stack Overflow
See other posts from Stack Overflow
or by Guru
Published on 2010-06-07T08:15:20Z
Indexed on
2010/06/07
8:22 UTC
Read the original article
Hit count: 229
I have done upto reading text (String) from Excel file i could leverage the same into my JAVA. But now i have an other querry.
Supposing if the text in excel is a hyperlink i need the link path of that text.
Say: "hyperlink text" path manually mapped to say ("C:\Folder\iamge.jpg") I want this path in java.
Can any one help me with this!
© Stack Overflow or respective owner