On Thu, 11 Dec 2014, yang zhao wrote:
Can node as xmlns:wx operated by POI API?
Don't see why not
I am now try to get the value of <wx:t wx:val="3."/>, is it possible to get it with POI API?
As long as it's defined in the schema for the file format, there should be a getter for it on the appropriate CT or similar class. What happens if you try to fetch the attribute value from the xmlbeans class for the wx:t element?
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
