[flexcoders] Re: New technique to Export to Excel, feasible?

2008-01-30 Thread btallman
What I do for Excel export is all handled on the server side. In my case I am using php for the backend, so I use a library call PHPExcel to build the spreadsheet and then I either attach it to an email, or pass it back to the browser. There are good libraries available for most backend

[flexcoders] Printing Flex3 Chart objects

2008-01-29 Thread btallman
I am having difficulty printing a one page report. It has about 10 text boxes and an image followed by three charts (one Pie and two Column). The page prints but there is no data in the charts. Any thoughts? How about sample code of a chart object printing in Flex3? Thanks, Ben