[Libreoffice-bugs] [Bug 36610] New: xml IMPORT

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 26 09:13:38 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=36610

           Summary: xml IMPORT
           Product: LibreOffice
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Spreadsheet
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: sos at pmg.be


Created an attachment (id=46091)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=46091)
filer to import xml data into LO spreadsheet

For importing xml data (mostly SQL dumps) into a LO spreadsheet there is only
one useable filter available (StarXpert_Xml2Calc.xsl). This filter works fine
until all "elements" are present.
With the attached filter

<titre>TEST1</titre>
<code>57600</code>
<ville>Mans</ville>
<titre>TEST2</titre>
<code>53500</code>
<ville>Ours</ville>

makes a nice Spreadsheet
titre;code;ville
TEST1;57600;Mans
TEST2;53500;Ours

but

<titre>TEST1</titre>
<code>57600</code>
<ville>Mans</ville>
<titre>TEST2</titre>
<ville>Ours</ville>
makes a spreadsheet with moved columns
titre;code;ville
TEST1;57600;Mans
TEST2;Ours

Please correct the filter, or gives me gints to do it myself. In the xsl file
you find French comments, when you need a translation to English giove me a
gint.
After i can publish the filter as a extension

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list