Page 1 of 1

Gridlines in excel exports

Posted: Fri Apr 17, 2009 6:23 am
by tmoaikel
Hi,

How can I hide the grid lines in Excel exports?

Thanks,

Gridlines in excel exports

Posted: Fri Apr 17, 2009 6:38 am
by Ivan
Hello,

Please try to set static property StiOptions.Export.Excel.ShowGridLines = false;

Thank you.

Gridlines in excel exports

Posted: Fri Apr 17, 2009 7:53 am
by tmoaikel
That fixed the problem.

Thanks!

Gridlines in excel exports

Posted: Fri Apr 17, 2009 8:00 am
by Ivan
Hello,

Let us know if you need any help.

Thank you.

Gridlines in excel exports

Posted: Fri Apr 17, 2009 9:10 am
by tmoaikel
I also noticed that tab character does not export correctly to Excel and shows up as a square (control character) in Excel.

Are there any tricks to fix that?

Thanks

Gridlines in excel exports

Posted: Mon Apr 20, 2009 4:45 am
by Ivan
Hello,
tmoaikel wrote:I also noticed that tab character does not export correctly to Excel and shows up as a square (control character) in Excel.
Are there any tricks to fix that?
Problem is solved.
Now all tab characters replaced by spaces.
Patch will be available in next prerelease build from April, 27.

Thank you.