[Libreoffice-bugs] [Bug 138477] FILEOPEN XLSX: Wrong string displayed in Calc cell (strange "_x000D_" is appended)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 25 14:36:06 UTC 2020


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

m.a.riosv <miguelangelrv at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguelangelrv at libreoffice.o
                   |                            |rg

--- Comment #3 from m.a.riosv <miguelangelrv at libreoffice.org> ---
This is how looks in the file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
count="1" uniqueCount="1"><si><t xml:space="preserve">select
m.*
from
(select fa as fout,1000 as fout_menge,fd as fdate,fg as
finput,fk as finput_menge ,
fa || '_' ||
to_char(fd,'yyyyMM') as fparent, fg || '_' ||
to_char(fd,'yyyyMM') as fsub
 from CTF_SAP_BOM where FI =
'M' AND fk>0
 )
 m
start with ( m.fout like
'82%' )

connect by prior m.fsub = m.fparent</t></si></sst>

Seems the line feed '&#10' is not well imported, but if I'm not wrong for
windows should be &#13&#10

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201125/6c27230f/attachment.htm>


More information about the Libreoffice-bugs mailing list