ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Importing CSV file with more than 65535 rows to Excel 2007 (https://www.excelbanter.com/excel-discussion-misc-queries/230598-importing-csv-file-more-than-65535-rows-excel-2007-a.html)

[email protected]

Importing CSV file with more than 65535 rows to Excel 2007
 
Currently I am running Excel 2002. I am aware of the 65535 row limit
in this version.

Excel 2007 is stated in
http://office.microsoft.com/en-us/ex...778231033.aspx
to have 1,048,576 rows.

My question is, if my raw data is a single CSV file of more than 65535
rows, can this be *directly* imported into Excel 2007 by <File <Open
<filename.csv etc.?

Reason for question is I have seen questions concerning difficulty
with more rows than 65535 but most seem to be about xls files [old
versions] solved with xlsx [2007] files ... but is there a restriction
on CSV files *before* saving as xlsx ?

I don't have access to Excel 2007 to try this out ... but if it does
work I might buy it.


--
Nick

Bernard Liengme[_3_]

Importing CSV file with more than 65535 rows to Excel 2007
 
The problems arise when Excel 2007 is running in compatibility mode - this
happens when you open an XLS file in Excel2007
I have just made a CSV with 12,000 rows. It opened just fine in XL2007 will
all rows present and accounted for
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

wrote in message
...
Currently I am running Excel 2002. I am aware of the 65535 row limit
in this version.

Excel 2007 is stated in
http://office.microsoft.com/en-us/ex...778231033.aspx
to have 1,048,576 rows.

My question is, if my raw data is a single CSV file of more than 65535
rows, can this be *directly* imported into Excel 2007 by <File <Open
<filename.csv etc.?

Reason for question is I have seen questions concerning difficulty
with more rows than 65535 but most seem to be about xls files [old
versions] solved with xlsx [2007] files ... but is there a restriction
on CSV files *before* saving as xlsx ?

I don't have access to Excel 2007 to try this out ... but if it does
work I might buy it.


--
Nick




CLR

Importing CSV file with more than 65535 rows to Excel 2007
 
I have occasion to extract data from ACCESS files containing more than 65000
rows, so I use MSQuery and filter the data to one sheet, and then run another
to filter more to another sheet, etc, eventually getting all the
rows......clumbsy but it works......maybe it would work with CSV files
too....don't know

Vaya con Dios,
Chuck, CABGx3


" wrote:

Currently I am running Excel 2002. I am aware of the 65535 row limit
in this version.

Excel 2007 is stated in
http://office.microsoft.com/en-us/ex...778231033.aspx
to have 1,048,576 rows.

My question is, if my raw data is a single CSV file of more than 65535
rows, can this be *directly* imported into Excel 2007 by <File <Open
<filename.csv etc.?

Reason for question is I have seen questions concerning difficulty
with more rows than 65535 but most seem to be about xls files [old
versions] solved with xlsx [2007] files ... but is there a restriction
on CSV files *before* saving as xlsx ?

I don't have access to Excel 2007 to try this out ... but if it does
work I might buy it.


--
Nick


Homey

Importing CSV file with more than 65535 rows to Excel 2007
 
Text file with 1,048,576 rows opens ok for me in Excel 2007. slow though.


"Bernard Liengme" wrote in message
...
| The problems arise when Excel 2007 is running in compatibility mode - this
| happens when you open an XLS file in Excel2007
| I have just made a CSV with 12,000 rows. It opened just fine in XL2007
will
| all rows present and accounted for
| best wishes
| --
| Bernard V Liengme
| Microsoft Excel MVP
| http://people.stfx.ca/bliengme
| remove caps from email
|
| wrote in message
| ...
| Currently I am running Excel 2002. I am aware of the 65535 row limit
| in this version.
|
| Excel 2007 is stated in
| http://office.microsoft.com/en-us/ex...778231033.aspx
| to have 1,048,576 rows.
|
| My question is, if my raw data is a single CSV file of more than 65535
| rows, can this be *directly* imported into Excel 2007 by <File <Open
| <filename.csv etc.?
|
| Reason for question is I have seen questions concerning difficulty
| with more rows than 65535 but most seem to be about xls files [old
| versions] solved with xlsx [2007] files ... but is there a restriction
| on CSV files *before* saving as xlsx ?
|
| I don't have access to Excel 2007 to try this out ... but if it does
| work I might buy it.
|
|
| --
| Nick
|
|


[email protected]

Importing CSV file with more than 65535 rows to Excel 2007
 
On May 12, 8:03*pm, "Bernard Liengme" wrote:
The problems arise when Excel 2007 is running in compatibility mode - this
happens when you open an XLS file in Excel2007
I have just made a CSV with 12,000 rows. It opened just fine in XL2007 will
all rows present and accounted for
best wishes
--
Bernard V Liengme
Microsoft Excel MVPhttp://people.stfx.ca/bliengme
remove caps from email

wrote in message

...



Currently I am running Excel 2002. I am aware of the 65535 row limit
in this version.


Excel 2007 is stated in
http://office.microsoft.com/en-us/ex...778231033.aspx
to have 1,048,576 rows.


My question is, if my raw data is a single CSV file of more than 65535
rows, can this be *directly* imported into Excel 2007 by <File <Open
<filename.csv etc.?


Reason for question is I have seen questions concerning difficulty
with more rows than 65535 but most seem to be about xls files [old
versions] solved with xlsx [2007] files ... but is there a restriction
on CSV files *before* saving as xlsx ?


I don't have access to Excel 2007 to try this out ... but if it does
work I might buy it.


--
Nick- Hide quoted text -


- Show quoted text -


Thanks for quick reply.

--
Nick

[email protected]

Importing CSV file with more than 65535 rows to Excel 2007
 
On May 12, 8:18*pm, "Homey" <none wrote:
Text file with 1,048,576 rows opens ok for me in Excel 2007. slow though.



Thanks for quick reply.

--
Nick


[email protected]

Importing CSV file with more than 65535 rows to Excel 2007
 
On May 12, 8:38*pm, wrote:



In the mean time for an urgent work around I found in MS Knowledge
Base

http://support.microsoft.com/default...b;en-us;120596

that contains a macro for importing large row text files by splitting
the input into multiple worksheets. I have it tested and have it
running, and it does the urgent CSV file job I needed, and although
sucessful it does terminate with a debug error. While I've created
macros before, the script in this one is beyond my current skills, so
for now I've added a reply to the MS page with a feedback comment.

--
Nick


[email protected]

Importing CSV file with more than 65535 rows to Excel 2007
 
On May 13, 10:38*am, wrote:
On May 12, 8:38*pm, wrote:

In the mean time for an urgent work around I found in MS Knowledge
Base

http://support.microsoft.com/default...b;en-us;120596

that contains a macro for importing large row text files by splitting
the input into multiple worksheets. *I have it tested and have it
running, and it does the urgent CSV file job I needed, and although
sucessful it does terminate with a debug error. While I've created
macros before, the script in this one is beyond my current skills, so
for now I've added a reply to the MS page with a feedback comment.

--
Nick


A further test, I've found the debug error only arises if the input
files is *exactly* 65536 or exact multiples of 65536 lines long.
Works fine with other file lengths.


--
Nick


All times are GMT +1. The time now is 07:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com