That is a good idea. Actually pushing the data across didn't seem to be the problem. That loop is what was taking forever. I could literally watch the individual cells get added. A couple hundred rows took >10 seconds. Of course I could always be missing something...
Thanks --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > There was a thread sometime ago about performance problems with large > data sets and ExtenalInterface. > > > > Why not skip that part. You could generate the HTML in Flex and put it > on the clipboard directly using System.setClipboard(sHTML); > > > > Tracy > >

