Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0011016mantisbtotherpublic2010-02-22 14:34
Reporteratrol Assigned Tovboctor  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.0rc2 
Target Version1.2.0 
Summary0011016: Excel Export broken
Description

The generated XML-File can not be opened with Excel
Error in German:
XML-PARSERFEHLER: Fehlender Ende-Tag (Missing End Tag)
Der Fehler tritt bei oder nach diesem Element-Stack auf:
<ss:Workbook>
<ss:Worksheet>
<ss:Table>
<ss:Row>

TagsNo tags attached.

Relationships

duplicate of 0010783 closeddhx Excel export not working 
has duplicate 0011062 closedvboctor Cannot export to Excel 

Activities

vboctor

vboctor

2009-10-10 01:34

manager   ~0023118

  • What is the Excel version?
  • Is the error always reproducible or is dependent on certain issues? For example, issues with special characters like < and >?
atrol

atrol

2009-10-10 06:26

developer   ~0023121

Excel Version is 2007 SP2
But XML notepad is also not able to open the file

I tried with issue 11026 in your bugtracker which seems to be free of special characters at first sight. Still the same problem.

xyz123

xyz123

2009-11-04 01:21

reporter   ~0023563

I applied the patch on issue 10783 which is

on excel_xml_export.php
change line 97: echo $t_function( $t_row[$t_column] );
to: echo $t_function( $t_row->$t_column );

It worked fine for me. Thanks.