Copy from DataGrid to Clipboard/Excel in Flex
Excel is able to recognize an HTML table format and pastes the structure into appropriate cells. The following example is tailored to that type of structure, but can really be formatted to whatever needs you have by modifying the createHTML() (or more appropriately named) method.
View example here : Example
And source here : Source Code


