Excel Export Settings

Stimulsoft Reports.Flex discussion
Locked
m.boeck
Posts: 1
Joined: Wed Dec 10, 2014 9:29 pm

Excel Export Settings

Post by m.boeck »

Hi,

We have a real urgent problem and no workaround. We use an AIR application to do exports in Excel.

We have a Flex code in need of StiExcelExportSettings. We cannot find any importable class presenting this for the export Function.

Where can we find it?

Martin
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Excel Export Settings

Post by hugo »

I had the same problem about a year ago and I developed myself that class looking for how the others were made.

I believe that few people are using that feature and for some reason that class is missing !
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Excel Export Settings

Post by Vladimir »

Hello,

Please use the following import:

Code: Select all

import stimulsoft.report.export.settings.office.StiExcelExportSettings;
In the next builds we will do export settings classes visible.

Thank you.
Locked