Have you looked at http://code.google.com/p/as3xls/
-- In [email protected], Sefi Ninio <sefi.ni...@...> 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.ni...@...> 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 > > >

