The Coding Pad

Programming blog, discussions, tutorials, resources





Subscribe to get updates via email:

Delivered by FeedBurner

Large csv file? Download the CSV Splitter

Posted in November 1st, 2007

If you have a large csv file that you have tried to open in Excel, you know how troublesome that can be, because Excel is limited in the number of rows and columns of data it can handle - 65,536 rows of data and 256 columns per worksheet. Truncation of rows or columns in excess of the limit is automatic and is not configurable.

I discussed this problem before in the post Splitting large csv files - the CSV Splitter where I introduced you to Scorpion’s nifty little program, the CSV splitter, which takes large csv files and splits them into separate smaller files and you decide how many rows you want each file to be. Previously, as you will see if you read my post on Splitting large csv files, you had to register on the forums to be able to download it. Scorpion just updated me that he has now provided a direct download link so that you no longer have to register but can download the csv splitter directly.

You can now download the csv splitter directly here.

The program is easy to use and is a lifesaver if you are like me and frequently work with large csv files. You can Splitting large csv files - the CSV Splitter read more about the csv splitter, and please do leave a thank you for Scorpion.





Related Posts

3 Users Commented In " Large csv file? Download the CSV Splitter "

Subscribes to this post Comment RSS or TrackBack URL
JP says,
1-25-2008 at 09:22:58 from 70.42.35.210    

Hey Mary,
There’s a KB article with macro code, if you wanted a VBA solution to importing large files into Excel.
Check it out:
http://support.microsoft.com/kb/120596

HTH,
JP

mary says,
1-25-2008 at 09:38:15 from 71.226.213.144    

JP,
Thanks for the link! Macros are a great way to do stuff in Excel, and I used to use them a lot, so this is a great find. I will have to try it out and see how well it works.

Thanks for sharing. By the way, great website you have there, it’s an excellent resource and I’ve bookmarked it and subscribed to your blog!

mary

Trackback & Pingback

Leave Your Reply Below

 Username

 Email Address

 Website

Sticky note: Please double check your comments before submit Please Note: The comment moderation maybe active so there is no need to resubmit your comment
 

 Subscribe in a reader

About The Site

It is what it is, my coding pad, a programming blog, yet another place for my restless mind.