Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
[Beginer] Embedded XLS report is shown as XML
sweetcrash
Hi<br />
<br />
I have a problem I want to show a reports as XLS but but the report appear is showing only de report in xml (not the data)<br />
<br />
this is my code in jsp:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<birt:viewer id="birtViewer" reportDesign="reports/hoja.rptdesign"
pattern="frameset"
format="xls"
height="680"
width="900"
frameborder="yes"
showTitle="false">
</birt:viewer>
</pre>
if I use html format it render the info perflectly like this:<br />
code products<br />
74587 Baby Talco<br />
87854 Baby Shampoo<br />
....<br />
<br />
but with the xls is shown this<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<?xml version="1.0" encoding="UTF-8"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author/>
<Title/>
<Description/>
</DocumentProperties>
<Styles>
<Style ss:ID="22">
<Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/>
<Borders>
<Border ss:Position="Bottom"/>
<Border ss:Position="Top"/>
<Border ss:Position="Left"/>
<Border ss:Position="Right"/>
</pre>
.......<br />
<br />
<br />
please help
Find more posts tagged with
Comments
mwilliams
Hi sweetcrash,
What version of Excel/MS Office are you using?