Page 1 of 1

Excel export creates multiple rows for one content

Posted: Wed Feb 03, 2016 8:53 am
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 1857 times
Is there any possbility to prevent this?

Re: Excel export creates multiple rows for one content

Posted: Wed Feb 03, 2016 9:40 am
by HighAley
Hello.

Please, set next static option:

Code: Select all

StiOptions.Export.Excel.DivideBigCells = false;
Thank you.

Re: Excel export creates multiple rows for one content

Posted: Wed Feb 03, 2016 11:13 am
by hellenschmidt
Thank you for the quick info, works perfect.

Re: Excel export creates multiple rows for one content

Posted: Wed Feb 03, 2016 12:11 pm
by HighAley
Hello, Hellen.

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

Thank you.