https://bugs.documentfoundation.org/show_bug.cgi?id=150002
--- Comment #6 from Kohei Yoshida <[email protected]> --- The <B> tag must be uppercase. XML element names are case-sensitive, and the <b> tag (lowercase) technically is invalid. If you change it to <B>, Calc will open it correctly. Even in Excel, the card number does not have bold attribute applied when you use <b> (lowercase). But if you change that to <B> (uppercase) Excel will display it in bold. -- You are receiving this mail because: You are the assignee for the bug.
