GNOME Bugzilla – Bug 94957
cell formula corrupted when saved to .xls file, and reloaded
Last modified: 2004-12-22 21:47:04 UTC
The following formula: =concatenate(floor(sum(B4:B10)*24),":",mod(floor(sum(B4:B10)*24*6),6),mod(floor(sum(B4:B10)*24*60),10)) is corrupted (consistantly) to this: =concatenate("WrongArgs","WrongArgs",floor(sum(B4:B10)*24),mod(floor(mod(floor(":",sum(B4:B10)*24*6),6),sum(B4:B10)*24*60),10)) whenever the spreadsheet is saved to a .xls file and reloaded... saving to a .gnumeric file does not cause the problem This happens in Gnumeric 1.0.9 which (to my knowledge) is the latest stable release... (Thanks in advance for the fix)...
I just did some quick tests that will help track this down. 1) it is reproducable in 1.0.9 2) it is _not_ reproducable in 1.1.10 3) it is in the export code because 1.1.10 loading the results of 1.0.9 has the same trouble. The scary thing is that I do not recall fixing anything around there. I'll have a look tonight.
Ok, I see the patch that fixes it. I thought I'd back ported that. I'll do a 1.0.10 release shortly to get this out there. Thanks for the reminder.