https://issues.apache.org/ooo/show_bug.cgi?id=124928
--- Comment #5 from Clarence GUO <[email protected]> --- When text in a cell has different format, it will divided into several text portions. Each portion will be converted once when finalizeImport is called. It is possible that the finalizeImport is called several times which means the conversion also could be called several times. But in the conversion, the portion string is inserted instead of rewrite. Hence in such scenario, the text portion was repeatedly inserted. Add a flag to avoid repeated conversion. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
