You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/02/17 21:50:20 UTC

[Bug 59021] XSSFSheetXMLHandler is using qName instead of localName and missing cells/rows

https://bz.apache.org/bugzilla/show_bug.cgi?id=59021

Tim Allison <ta...@mitre.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
I'm hesitant to rely on localName because that's the whole point of namespaces.

Should we test that the URI ==
"http://schemas.openxmlformats.org/spreadsheetml/2006/main" in startElement and
endElement to make sure we're dealing with the right "c" and "row"?  

Or is there a more elegant option?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org