GNOME Bugzilla – Bug 74241
Failure to import Applixware sheet: "Invalid format"
Last modified: 2004-12-22 21:47:04 UTC
Gnumeric is unable to import the attached test1.as. The error message is: Invalid format, missing '(' Invalid expression test2.as is test1.as with the two data rows removed, leaving only the header rows. Gnumeric can import test2.as just fine. Both were created with Applixware 4.42, and yes Applixware can handle them just fine. ;-)
Created attachment 7101 [details] Applix spreadsheet that Gnumeric fails to import
Created attachment 7102 [details] Modified version of test1.as that Gnumeric can import
Ahh I see the problem. #AND# #OR# #NOT# We mostly reuse the expression parser from gnumeric for applix. The only difference currently is to support applix's a1..c3 format. I can add support for parsing these operators, but we also do not support them directly. I'll think about how to handle this.
Fixed in CVS. The patch will _not_ be back ported to 1.0.6. If it works out smoothly in 1.1 I'll consider putting it in 1.0.7. However, it is a rather central change to consider putting into the stable branch.