After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699996 - xlsx inlineStr cell type not supported?
xlsx inlineStr cell type not supported?
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
1.10.x
Other Windows
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-05-09 10:38 UTC by Andrew
Modified: 2013-05-09 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
inlineStr sample (8.86 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2013-05-09 12:24 UTC, Andrew
Details

Description Andrew 2013-05-09 10:38:12 UTC
Example:
<sheetData>
	<row r="1">
		<c r="A1" t="inlineStr">
			<is>
				<t>Where am I?</t>
			</is>
		</c>
	</row>
</sheetData>
Comment 1 Andreas J. Guelzow 2013-05-09 12:01:59 UTC
Please attach a sample xlsx file.
Comment 2 Andrew 2013-05-09 12:24:56 UTC
Created attachment 243691 [details]
inlineStr sample
Comment 3 Andreas J. Guelzow 2013-05-09 14:02:03 UTC
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.
Comment 4 Andreas J. Guelzow 2013-05-09 14:05:24 UTC
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.