To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85719
                 Issue #|85719
                 Summary|wrong representation of rows (xml)
               Component|Spreadsheet
                 Version|OOo 2.3.1
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|open-import
             Assigned to|spreadsheet
             Reported by|kukoman





------- Additional comments from [EMAIL PROTECTED] Wed Jan 30 11:40:30 +0000 
2008 -------
example:

lets say we have a line in oure XML file:
<Cell ss:StyleID="s38" 
ss:Formula="=(IF(R3C[1]=1,RC[1],0))+(IF(R3C[2]=1,RC[2],0))+(IF(R3C[3]=1,RC[3],0))+(IF(R3C[4]=1,RC[4],0))+(IF(R3C[5]=1,RC[5],0))+(IF(R3C[6]=1,RC[6],0))+(IF(R3C[7]=1,RC[7],0))+(IF(R3C[8]=1,RC[8],0))+(IF(R3C[9]=1,RC[9],0))+(IF(R3C[10]=1,RC[10],0))+(IF(R3C[11]=1,RC[11],0))+(IF(R3C[12]=1,RC[12],0))+(IF(R3C[13]=1,RC[13],0))+(IF(R3C[14]=1,RC[14],0))+(IF(R3C[15]=1,RC[15],0))+(IF(R3C[16]=1,RC[16],0))+(IF(R3C[17]=1,RC[17],0))+(IF(R3C[18]=1,RC[18],0))+(IF(R3C[19]=1,RC[19],0))+(IF(R3C[20]=1,RC[20],0))">
</Cell>

if i let oocalc import it it will "show" rows like this (to make xls from it):

we have in oocalc rows from A-Z ... but with array[n] i will never get to "Z"; 
it will show as 
array[n  ] = row X; 
array[n+1] = row Y; 
array[n+2] = row A; ????
array[n+3] = row AA;
array[n+4] = row AB;

i wont get "Z" row ... 

real file to play with > http://gw1.crt.sk:9958/oocalc/example.xml

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to