Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I want to import data into microsoft excel, from Oracle Public Sector Budgeting. The worksheet I want to import has over 200,000 lines, yet the excel sheet can only contain a maximum of 65,536 lines. Any body knows how this can be done, or if its possible? Thanks Norma |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
of course you can not use Excel 2003. The quick way to get aroud is export
all this to a text file or a CSV file and then you can partly import this file to Excel on differenet worksheets. Also you can build any pivots etc on this text file even without transferring it to Excel. Hope this helps!! -- Pranav Vaidya VBA Developer PN, MH-India If you think my answer is useful, please rate this post as an ANSWER!! "Norma" wrote: I want to import data into microsoft excel, from Oracle Public Sector Budgeting. The worksheet I want to import has over 200,000 lines, yet the excel sheet can only contain a maximum of 65,536 lines. Any body knows how this can be done, or if its possible? Thanks Norma |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The thing, i want to enter the data and thereafter export it back. So, i need
all the data entered to be exported bak in one piece. "Pranav Vaidya" wrote: of course you can not use Excel 2003. The quick way to get aroud is export all this to a text file or a CSV file and then you can partly import this file to Excel on differenet worksheets. Also you can build any pivots etc on this text file even without transferring it to Excel. Hope this helps!! -- Pranav Vaidya VBA Developer PN, MH-India If you think my answer is useful, please rate this post as an ANSWER!! "Norma" wrote: I want to import data into microsoft excel, from Oracle Public Sector Budgeting. The worksheet I want to import has over 200,000 lines, yet the excel sheet can only contain a maximum of 65,536 lines. Any body knows how this can be done, or if its possible? Thanks Norma |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Norma
This KB article shows how to import the data into multiple sheets. http://support.microsoft.com/default...;en-us;Q120596 Getting it back in one piece would require copying each sheet and pasting to a file. Probably best to check with the excel.programming group for methods on copying to a file. Ron de Bruin's Copy/Paste/Merge section may have sometthing you can use. http://www.rondebruin.nl/tips.htm Gord Dibben MS Excel MVP On Fri, 27 Jul 2007 01:46:01 -0700, Norma wrote: The thing, i want to enter the data and thereafter export it back. So, i need all the data entered to be exported bak in one piece. "Pranav Vaidya" wrote: of course you can not use Excel 2003. The quick way to get aroud is export all this to a text file or a CSV file and then you can partly import this file to Excel on differenet worksheets. Also you can build any pivots etc on this text file even without transferring it to Excel. Hope this helps!! -- Pranav Vaidya VBA Developer PN, MH-India If you think my answer is useful, please rate this post as an ANSWER!! "Norma" wrote: I want to import data into microsoft excel, from Oracle Public Sector Budgeting. The worksheet I want to import has over 200,000 lines, yet the excel sheet can only contain a maximum of 65,536 lines. Any body knows how this can be done, or if its possible? Thanks Norma |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could try Excel 2007.
-- David Biddulph "Norma" wrote in message ... I want to import data into microsoft excel, from Oracle Public Sector Budgeting. The worksheet I want to import has over 200,000 lines, yet the excel sheet can only contain a maximum of 65,536 lines. Any body knows how this can be done, or if its possible? Thanks Norma |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing Data Into Excel | Excel Worksheet Functions | |||
importing data into excel | Excel Worksheet Functions | |||
Data types when importing Excel data to SQLServer | Excel Discussion (Misc queries) | |||
Importing data into excel | Excel Worksheet Functions | |||
Importing data into excel | Excel Worksheet Functions |