GNOME Bugzilla – Bug 654211
Warnings on xls import
Last modified: 2013-04-16 00:09:26 UTC
Importing the file of bug #306411 yields: (gnumeric:9185): gnumeric:read_expr-WARNING **: File is most likely corrupted. (Needed 3 bytes for formula item, has only 0.) (gnumeric:9185): gnumeric:read_expr-WARNING **: A1 : Stack too short - unusual (gnumeric:9185): gnumeric:read_expr-WARNING **: File is most likely corrupted. (Needed 3 bytes for formula item, has only 0.) (gnumeric:9185): gnumeric:read_expr-WARNING **: A1 : Stack too short - unusual
This does not appear to be related t the conditional formats in this file:
+ Trace 227731
With have a NAME_v2 record with flags 0x11 specifying a (hidden) array formula and end up hitting this FIXME: texpr = excel_parse_formula (&importer->container, NULL, 0, 0, expr_data, expr_len, 0 /* FIXME? */, TRUE, NULL); That FIXME is the length of array data.
Correction: it's a NAME_v0 record. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.