GNOME Bugzilla – Bug 525107
formulas imorted from text files are not evaluated.
Last modified: 2008-03-30 13:45:46 UTC
I tested with a file containig the following two lines: =sqrt(1);=sqrt(2) =sqrt(3);=sqrt(4) The formulas are correctly interpreted, but nothing is displayed until F9 is hit. Calling workbook_recalc_all instead of workbook_recalc makes things work (in stf_read_workbook, stf.c, line 213), but I'm not sure it's the best solution.
Created attachment 108265 [details] [review] proposed patch
Looks good. Please commit to both branches.
Hmm, seems in does not work in all cases. Needs some more work before commiting.
Applied a slightly enhanced patch (same change in stf_read_workbook_auto_csvtab) so that it now seems to work in all cases.