Excel export creates multiple rows for one content

Stimulsoft Reports.WEB discussion
Post Reply
hellenschmidt
Posts: 32
Joined: Fri Dec 07, 2012 1:40 pm

Excel export creates multiple rows for one content

Post by hellenschmidt »

Hi,

now I have the next problem with creating an excel file.

The report has two columns in a single data band. Each field has the properties "word wrap", "can grow" and "grow to height".

Why are there multiple rows for one line of content in the generated excel file:
rep_excel.png
rep_excel.png (10.2 KiB) Viewed 1858 times
Is there any possbility to prevent this?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Excel export creates multiple rows for one content

Post by HighAley »

Hello.

Please, set next static option:

Code: Select all

StiOptions.Export.Excel.DivideBigCells = false;
Thank you.
hellenschmidt
Posts: 32
Joined: Fri Dec 07, 2012 1:40 pm

Re: Excel export creates multiple rows for one content

Post by hellenschmidt »

Thank you for the quick info, works perfect.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Excel export creates multiple rows for one content

Post by HighAley »

Hello, Hellen.

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

Thank you.
Post Reply