Problem description: Steps to reproduce: - create a new spreadsheed document - insert any formula - save with sxc format - re-open the file... Current behavior: all formulas are treated as text, and read as ooow:+formula Expected behavior: formulas work and my (potentialy big and important) document is not broken :-) Operating System: Ubuntu Version: 4.2.0.4 release
confirmed by multiple downstream bugs
*** Bug 69489 has been marked as a duplicate of this bug. ***
.sxc export will be dropped in 4.3.0. Let's not make this a MAB.
Ok, but maybe we should then drop the export in 4.2. too? Would be a in-series regression (well, sort of), but better removing the export than collecting more dupes here. As is the export isnt that useful: still better to force people to write ODS instead of broken sxc ...
When will the sxc filter be removed? Currently they are still there. (Version: 4.3.0.0.alpha0+ Build ID: ecf22894f522374cbdb8196d3bdef88e2fba7af9; TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-02-15_01:01:54 )
(In reply to comment #5) > When will the sxc filter be removed? Currently they are still there. Even in the Save as dialog?
(In reply to comment #4) > Ok, but maybe we should then drop the export in 4.2. too? Would be a > in-series regression (well, sort of), but better removing the export than > collecting more dupes here. As is the export isnt that useful: still better > to force people to write ODS instead of broken sxc ... Yeah I'd be fine with it. We just need to backport the removal commit, plus some adjustment in the test that failed due to the removal.
(In reply to comment #6) > (In reply to comment #5) > > When will the sxc filter be removed? Currently they are still there. > > Even in the Save as dialog? I've updated my version to Version: 4.3.0.0.alpha0+ Build ID: ecf22894f522374cbdb8196d3bdef88e2fba7af9 TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-02-15_01:01:54 And indeed, it is no longer available, neither in "save" nor in "save as".
4.2 backports: https://gerrit.libreoffice.org/8937 https://gerrit.libreoffice.org/8938
Those 2 backported commits will remove saving to those legacy file formats, including sxc.
Fixed by removing sxc from the export filter list.