Page 1 of 1

Excel Export Settings

Posted: Wed Dec 10, 2014 9:32 pm
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

Re: Excel Export Settings

Posted: Thu Dec 11, 2014 9:45 am
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 !

Re: Excel Export Settings

Posted: Thu Dec 11, 2014 12:16 pm
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.