https://bugs.documentfoundation.org/show_bug.cgi?id=129367

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|calc creates a wrong XLSX   |FILESAVE An exported XLSX
                   |file that opens with an     |contains too long font
                   |error in MS Excel           |name, and can't be opened
                   |                            |in Excel
                 CC|                            |ba...@caesar.elte.hu

--- Comment #4 from Aron Budea <ba...@caesar.elte.hu> ---
The font for B3 is: 'Liberation Mono;Courier New;DejaVu Sans Mono;Lucida Sans
Typewriter'

Open XML SDK 2.5 complains that this is longer than MaxLength, which is 31. I
don't know the exact specs, but unzipping the XLSX and trimming this very long
font name inside xl/styles.xml, and then rezipping it produces a correct XLSX
file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to