You are still limited the 65k rows. It's a limitation in Excel, and cannot be bypassed.
Why do you need it in excel? It's so limited and inefficient, there has to be another way.
Andrew
Main Topics
Browse All TopicsHi,
Thanks for giving solution for my prev. question. I am keeping one more question infront of you. If any solution is there , just let me know the solution.
The problem is , Can we spool data into either excel files or sheets from oracle database. If it is more than 65536 records. I have the solution, we can take that data into wordpad by delimited characters. But i need with excel files.
Thanks in advance and with regards.
Bye...
Rambabu
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sometimes, we still need to use Excel for data migration. Don't think it is dump. It is well accepted presentation when working with non-technical people, that save weeks of argument with these dump people. Ok, back to the question.
Excel has the feature to read data from external source. What you need is to install the MS-SQL tools come with the MS Office. Define the ODBC on your database. Then click the Tools-Get External Data-Run Database Query and define your query there.
Steve.
You can do this by reporting tools like Actuate(www.actuate.com), Intelliview(www.intellivie
Business Accounts
Answer for Membership
by: andrewstPosted on 2003-05-03 at 05:40:51ID: 8449854
Excel can read delimited files, for example CSV (comma separated values). Use comma as delimiter, spool to a file with a .csv extension, and open that file in Excel.