Issue 33454 - Excel XSLT import: Anomaly with repeated rows in certain scenario
Summary: Excel XSLT import: Anomaly with repeated rows in certain scenario
Status: ACCEPTED
Alias: None
Product: xml
Classification: Code
Component: external filters (show other issues)
Version: 680m47
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 16:55 UTC by svante.schubert
Modified: 2013-07-30 02:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Excel XML data format sample document (66.30 KB, text/xml)
2004-08-31 15:34 UTC, svante.schubert
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description svante.schubert 2004-08-26 16:55:45 UTC
The second sheet of custom_document_formats.xml has problems with repeated rows.

As the XLS filter has changed in src680m50 and other related issues will be
solved in the XSLTFILTER04 CWS. This problem will be solved as a follow up issue
and not in XSLTFILTER03, where it first occurs as regression after refactoring.
Comment 1 svante.schubert 2004-08-31 15:32:20 UTC
SUS->SAB: As we have seen by commandline no style will be created, but in the
office a style appeared (without default style)

Compare second sheet of the attachment:

Office Excel XML Import (wrong):
        <table:table table:name="Sheet2" table:style-name="ta2"
table:automatic-print-range="false">
            <table:table-column table:style-name="co6"
table:default-cell-style-name="ce85"/>
            <table:table-column table:style-name="co7"
table:default-cell-style-name="ce85"/>
            <table:table-column table:style-name="co8"
table:default-cell-style-name="ce85"/>
            <table:table-column table:style-name="co9"
table:default-cell-style-name="ce85"/>
            <table:table-column table:style-name="co5"
table:number-columns-repeated="252" table:default-cell-style-name="ce85"/>
            <table:table-row table:style-name="ro4">
                <table:table-cell table:style-name="ce80"/>
                <table:table-cell>
                    <text:p>Custom Format</text:p>
                </table:table-cell>

Command Line (no style in cell / should be good)

        <table:table table:name="Sheet2" table:style-name="ta2">
            <table:table-column table:style-name="co2-1"/>
            <table:table-column table:style-name="co2-2"/>
            <table:table-column table:style-name="co2-3"/>
            <table:table-column table:style-name="co2-4"/>
            <table:table-row table:style-name="ro2-1">
                <table:table-cell/>
                <table:table-cell table:style-name="s101" table:value-type="string">
                    <text:p>Custom Format</text:p>
                </table:table-cell>
Comment 2 svante.schubert 2004-08-31 15:34:37 UTC
Created attachment 17457 [details]
Excel XML data format sample document
Comment 3 svante.schubert 2004-08-31 15:35:51 UTC
Reassigned to SAB
Comment 4 sascha.ballach 2004-09-03 15:31:23 UTC
take it
Comment 5 svante.schubert 2004-10-29 16:06:02 UTC
started
Comment 6 ooo 2004-12-01 10:07:39 UTC
set to P4
Comment 7 sascha.ballach 2005-03-21 19:11:14 UTC
OOo later
Comment 8 Rob Weir 2013-07-30 02:24:29 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.