empty charts in excel export

Stimulsoft Reports.NET discussion
Post Reply
Jozef Balga
Posts: 56
Joined: Fri May 27, 2011 8:33 am
Location: Bratislava, Slovakia

empty charts in excel export

Post by Jozef Balga »

Hello!

I experience problems with report export to excel spreadsheets (xsl). I use several charts in my report template, but the exported xls file does not display the charts correctly - there are empty images. I attach exported documents (pdf and xls) and I use the following export settings for xls:

Code: Select all

StiExcelExportSettings settings = new StiExcelExportSettings();
settings.UseOnePageHeaderAndFooter = true;
report.ExportDocument(StiExportFormat.Excel, output, settings);
I use the 2013.1 version of Stimulsoft Ultimate and the .NET version is 4.0.30319.
Thank you for your help.

Jozef
Attachments
export_pdf_xls.zip
exported report
(1.02 MiB) Downloaded 194 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: empty charts in excel export

Post by HighAley »

Hello.

Could you send us a report document (mdc-file) or a report template with sample data for analysis?

Thank you.
Jozef Balga
Posts: 56
Joined: Fri May 27, 2011 8:33 am
Location: Bratislava, Slovakia

Re: empty charts in excel export

Post by Jozef Balga »

The mdc file is attached - it is a different report document, but the problem with excel export is present here too. Thank you.
Attachments
RP.CM.12.mdc
report document
(494.57 KiB) Downloaded 384 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: empty charts in excel export

Post by Ivan »

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
Jozef Balga
Posts: 56
Joined: Fri May 27, 2011 8:33 am
Location: Bratislava, Slovakia

Re: empty charts in excel export

Post by Jozef Balga »

Thank you for the quick response and fix of the problem.

Jozef Balga
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: empty charts in excel export

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.
Post Reply