GNOME Bugzilla – Bug 699996
xlsx inlineStr cell type not supported?
Last modified: 2013-05-09 14:05:24 UTC
Example: <sheetData> <row r="1"> <c r="A1" t="inlineStr"> <is> <t>Where am I?</t> </is> </c> </row> </sheetData>
Please attach a sample xlsx file.
Created attachment 243691 [details] inlineStr sample
In 1.12.2, we seem to read the inlineStr just fine, i.e. both B1 and B2 contain 'Hello!'. In 1.10.17 and before, we did not read the inlineStr, and that is what you are observing, but the issue has been fixed since then.
Note that there is some style information in your sample file that we do not seem to import correctly, at least I am seeing a warning on the console. I have opened that as a separate bug #700018.