The target file is valid XML. The issue comes from Excel not liking to have a run without any text in it. Removing completly <r><rPr><sz val="11"/><color indexed="8"/><rFont val="Calibri"/><family val="2"/></rPr><t xml:space="preserve"></t></r> solves the issue.
As a workaround, you could use a zero width space (​) at the beginning of the segment
Here, Excel 2010 offers to repair the file. After that, it opens fine.
Didier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for looking into this, Didier. Excel 2013 offers to repair the fie, too. However, after repairing and opening, this very line loses the red color of the [b] tags.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The target file is valid XML. The issue comes from Excel not liking to have a run without any text in it. Removing completly
<r><rPr><sz val="11"/><color indexed="8"/><rFont val="Calibri"/><family val="2"/></rPr><t xml:space="preserve"></t></r>solves the issue.As a workaround, you could use a zero width space (
​) at the beginning of the segmentHere, Excel 2010 offers to repair the file. After that, it opens fine.
Didier
Thank you for looking into this, Didier. Excel 2013 offers to repair the fie, too. However, after repairing and opening, this very line loses the red color of the [b] tags.
It's the same with Excel 2010, the color is lost.
Didier
Does this still happen in OmegaT 6.0/6.1? Recent version has new filter for MS office files.
We may lost the reproducible project file. I could not test.
But the new filters are not useable because of bugs we found recently.