Exported excel format of report not fine
Exported excel format of report not fine
Hi,
I have created a report using stimulsoft. The report is all fine in webviewer. But when I export it to excel format, I see multiple cells are merged , horizontally and vertically. This makes the excel report unusable.
I have made every component as align to grid. I am not sure what I am missing.
I am attaching the report as well as the output format in excel. Can you please tell me how I can fix this.
Thanks
I have created a report using stimulsoft. The report is all fine in webviewer. But when I export it to excel format, I see multiple cells are merged , horizontally and vertically. This makes the excel report unusable.
I have made every component as align to grid. I am not sure what I am missing.
I am attaching the report as well as the output format in excel. Can you please tell me how I can fix this.
Thanks
- Attachments
-
- BS_Horz_NoPC.mrt
- Report mrt file
- (150.27 KiB) Downloaded 274 times
-
- BS Report in excel.xls
- Report in excel format
- (62.5 KiB) Downloaded 190 times
Re: Exported excel format of report not fine
Hello.
Please, read the How to Create Report for Export? section of the Stimulsoft User Manual.
//offtopic
Why do you use Data Bands without Data Source and Panels on your subreports. You don't need this.
Thank you.
Please, read the How to Create Report for Export? section of the Stimulsoft User Manual.
//offtopic
Why do you use Data Bands without Data Source and Panels on your subreports. You don't need this.
Thank you.
Re: Exported excel format of report not fine
Hi,
I have modified the report and was able to get a better excel format output this time.
But I can still see some rows are merged. I am not sure what I am missing. Can you please help me.
Please see the issues highlighted in red and yellow.
Thanks
I have modified the report and was able to get a better excel format output this time.
But I can still see some rows are merged. I am not sure what I am missing. Can you please help me.
Please see the issues highlighted in red and yellow.
Thanks
- Attachments
-
- BS_Horz_NoPC.mrt
- Report mrt file
- (128.41 KiB) Downloaded 241 times
-
- BS Report in excel.xls
- Excel report
- (44.5 KiB) Downloaded 222 times
Re: Exported excel format of report not fine
Hello.
Please, try to set next static option:
Thank you.
Please, try to set next static option:
Code: Select all
StiOptions.Export.Excel.DivideBigCells = false;
Re: Exported excel format of report not fine
Hi,
I am using StiWebViewer. How do I set the options there.
This is the code
Please let me know.
Thanks.
I am using StiWebViewer. How do I set the options there.
This is the code
Code: Select all
StiReport report = CreateBSReport();
report.Render(false);
StiWebViewer1.Report = report;
StiWebViewer1.ZoomPercent = 60;
StiWebViewer1.ShowZoom = false;
StiWebViewer1.ShowFirstButton = false;
StiWebViewer1.ShowLastButton = false;
StiWebViewer1.ShowNextButton = false;
StiWebViewer1.ShowPrevButton = false;
StiWebViewer1.ShowBookmarksButton = false;
StiWebViewer1.ShowViewMode = false;
StiWebViewer1.ShowParametersButton = false;
StiWebViewer1.ShowCurrentPage = false;
StiWebViewer1.ViewMode = StiWebViewMode.WholeReport;
Thanks.
Re: Exported excel format of report not fine
Hello.
You could set this option anywhere before export.
Thank you.
You could set this option anywhere before export.
Thank you.
Re: Exported excel format of report not fine
Hi,
The user views the report in the StiWebViewer and selects the export option from there.
The export doesn't happen programmatically. It happens when the user clicks on Save and selects Excel in the options under Save.
Please let me know how the StiOption can be set in that case.
Thanks
The user views the report in the StiWebViewer and selects the export option from there.
The export doesn't happen programmatically. It happens when the user clicks on Save and selects Excel in the options under Save.
Please let me know how the StiOption can be set in that case.
Thanks
Re: Exported excel format of report not fine
Hello.
Please, set the option in the Page Load event.
Thank you.
Please, set the option in the Page Load event.
Thank you.
Re: Exported excel format of report not fine
Hi,
That has not helped either.
Is there something else that I need to do to get this fixed.
Please let me know.
Thanks
That has not helped either.
Is there something else that I need to do to get this fixed.
Please let me know.
Thanks
Re: Exported excel format of report not fine
Hello.
The height of rows on the sub-reports is different. So there is no other way to export such report to Excel. Thank you.
The height of rows on the sub-reports is different. So there is no other way to export such report to Excel. Thank you.