Eventually, I did do it with a server php, although the way it worls, I could have just as well do it completely on client. It turns out, that if you save html as xls, excel knows how to open it properly.
So, I created the report I needed with html, with a server side php that returned it as xls attachment, and all is good. Of course, I could just as easily do it all in AS3 & FileReference... HTH, Sefi On Thu, Jan 22, 2009 at 4:30 PM, valdhor <[email protected]>wrote: > Also, you can get at the examples (Not to mention the source) by > browsing the SVN trunk at > > http://code.google.com/p/as3xls/source/browse/#svn/trunk/src/examples%3Fstate%3Dclosed > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "valdhor" <valdhorli...@...> wrote: > > > > Yes, I know none of the links work. You may like to contact the author > > at sigfrid3141 at gmail.com to get them fixed. > > > > At any rate, you can download the SWC and the ASDoc's and you can see > > how to use it at http://code.google.com/p/as3xls/wiki/Tutorial > > > > Note that this is client side - it is an ActionScript library you add > > to your Flex Project. Why do you think this is not client side? > > > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "ilikeflex" <ilikeflex@> wrote: > > > > > > None of the links works on this url > > > http://code.google.com/p/as3xls/ > > > > > > I am also interested in only client side solution > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "valdhor" <valdhorlists@> wrote: > > > > > > > > Have you looked at http://code.google.com/p/as3xls/ > > > > > > > > > > > > > > > > -- In [email protected] <flexcoders%40yahoogroups.com>, > Sefi Ninio <sefi.ninio@> wrote: > > > > > > > > > > Come to think about it, what I really need is a way to put the > > > data > > > > from a > > > > > DG into a xlt (excel template file) at specific cells. > > > > > That way I'll be able to keep the sheet formatting, and still be > > > able to > > > > > update the excel file dynamically with data. > > > > > > > > > > So, my question is this: > > > > > Does anyone know of a way to inject DG data into specific cells > > > of a xlt > > > > > excel template file, and save locally as xls? > > > > > > > > > > Thanks, > > > > > Sefi > > > > > > > > > > On Thu, Jan 22, 2009 at 11:26 AM, Sefi Ninio <sefi.ninio@> wrote: > > > > > > > > > > > Hi all, > > > > > > > > > > > > I'm looking for a way to export datagrid data into excel. > > > > > > I found a few links on google that describe how to achieve this, > > > > but that > > > > > > is not a complete solution for me. > > > > > > > > > > > > I need it to be: > > > > > > * On client side only (no server side code being run, no php > > > etc.) > > > > > > * To be able to format the xls cells (border, cell bg color, > > > > font type, > > > > > > font color and size, etc.) > > > > > > > > > > > > Any ideas, anyone? > > > > > > > > > > > > Thanks, > > > > > > Sefi > > > > > > > > > > > > > > > > > > > > > > >

