History log of /trunk/test/testuno/source/fvt/uno/sc/formula/TestFormulaRoundTrip.java (Results 1 – 2 of 2)
Revision Date Author Comments
# 37141041 18-Nov-2025 Damjan Jovanovic <damjan@apache.org>

When converting the .sxc table:formula XML attribute to ODF, use
the "of" namespace instead of "ooow". Also add a unit test for
saving and reloading formulas to .sxc files.

Patch by: me
Fixes: https

When converting the .sxc table:formula XML attribute to ODF, use
the "of" namespace instead of "ooow". Also add a unit test for
saving and reloading formulas to .sxc files.

Patch by: me
Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=128625
importing .sxc corrupts formulas

show more ...


# b045a72b 16-Nov-2025 Damjan Jovanovic <damjan@apache.org>

Use the correct namespace when converting ODF formulas to MS Excel 2003 XML,
so that R1C1 formula is used instead of leaving broken "of:=[.A1]" style
references.

Patch by: me
Fixes: https://bz.apach

Use the correct namespace when converting ODF formulas to MS Excel 2003 XML,
so that R1C1 formula is used instead of leaving broken "of:=[.A1]" style
references.

Patch by: me
Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=96018

show more ...