I am trying to move data from Oracle to Excel. I can do this but I'm having a real issue with the amount of data. In one example I need to move 80950 records from the database into Excel and perform graphing functions. I know that the size it too large for one Worksheet so I set it up to split the data into a second worksheet if the is more the 60,000 records to move. (The spilt will start tracking records again once the new sheet is started.)

I can move the data but it takes forever to perform. Is there any better way of posting this data with out moving column to column for each row in the dataset?