https://bugs.documentfoundation.org/show_bug.cgi?id=152968
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mike Kaganski <[email protected]> --- I suppose that this should be mostly WONTFIX, because, while I agree that we need descent backward compatibility, it is also normal that any new feature that was absent in previous versions should be ignored in those versions. This happens how, the feature being the large range in the conditional format. There could be a corner case (shown in the attachment 184564), where the range spans the whole width. Then we can simply store the range as <calcext:conditional-format calcext:target-range-address="SheetN.1:1048576"> instead of <calcext:conditional-format calcext:target-range-address="SheetN.A1:SheetN.XFD1048576"> which would work for all versions since 5.0. The discussed corner case could be important enough to warrant the special treatment, because this could generally be used for "decorating" the whole area. Incidentally, the problematic file works fine in AOO, and even in OOo 2.2.0. It looks like we lack a fallback to the older (non-calcext) data when newer data can't be used. Unfortunately, this can't be fixed in 7.3 and older; but maybe it's worth fixing separately anyway. -- You are receiving this mail because: You are the assignee for the bug.
