Faye, On Fri, Jan 7, 2011 at 1:54 PM, Faye Larson <[email protected]> wrote:
> > I am trying to export the data which is an arrayCollection in Flex to > Excel. I followed this article, > http://viconflex.blogspot.com/2007/02/export-data-from-flex-app-using.html, > and got all the components working. Now the last step is to make the data > (arrayCollection) available in #arguments.data#, I guess. > I'll need a little more explanation. Your original example was a ColdFusion query. Now you say it's data coming from Flex. Is it being created from scratch in Flex? Didn't it originate as server-side data? ColdFusion is just Java under the hood, and you'll find you'll use many of the same patterns. If you can walk us through the process - basically, how did Flex get the data, how was it manipulated, and such - what it's returning - we can probably help. It would also help to know what's supposed to happen with the spreadsheet. Is it to be displayed, just saved, or what? As much detail as you can provide on the steps in the process, please. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340581 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

