Hi,

I have a data in my excel cell as shown below

"abc
def"


In the above data, abc is striked out and only def is valid. Is there any
class or method available in apache poi that will skip the striked out data
"abc" and read only the text "def" ? How will the function getStrikeout() in
Font class react to such scenario. As far as my understanding goes it will
only return true if the data is strikedout. Will it return the true for the
entire cell in this scenario as well?

Please help me. I am using poi 3.6 version for reading data from excel.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Need-help-in-skipping-a-strikethrough-data-in-a-excel-cell-tp5711339.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]

Reply via email to