Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 9th, 2010, 11:31 AM   #1
ps124
Newbie
 
Join Date: Jan 2010
Posts: 2
Rep Power: 0 ps124 is on a distinguished road
Question Suitable language for excel file manipulation

Hi,
I am working on a project that requires me to check for accuracy of data in certain excel files. I need to write a program to make those checks. The files are huge, with around 5000 rows in each, and at times I also need to compare two-three files at the same time, to make comparisons. I need to figure out which language would be most suitable for this type of manipulation. It needs to be something that would be good for manipulating large amount of words/numbers and should be easy to use with excel files. Could I please have some suggestions?
Thanks a lot.
ps124 is offline   Reply With Quote
Old Jan 9th, 2010, 12:26 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 7,869
Rep Power: 14 DaWei will become famous soon enoughDaWei will become famous soon enough
Re: Suitable language for excel file manipulation

VBA. Check the help docs for Excel, specifically the VB/Macro part.
__________________
The person who coined the phrase, "There's no such thing as a stupid question," hasn't hung around here much.

Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
Politically Incorrect
DaWei is offline   Reply With Quote
Old Jan 11th, 2010, 8:47 PM   #3
ps124
Newbie
 
Join Date: Jan 2010
Posts: 2
Rep Power: 0 ps124 is on a distinguished road
Re: Suitable language for excel file manipulation

Thank you for your reply. Can you please tell me if VBA macro would be a good solution for multiple simultaneous inputs, since I need to be making quite a number of comparisons?
ps124 is offline   Reply With Quote
Old Jan 11th, 2010, 9:28 PM   #4
CoderGuru
Professional Programmer
 
Join Date: Jan 2009
Location: Dallas, Texas, USA
Posts: 329
Rep Power: 2 CoderGuru is on a distinguished road
Re: Suitable language for excel file manipulation

Using the default Excel com objects isn't always ideal. 1) It is memory intense and 2) Requires excel to be installed, which isn't always the case.

There are excel classes out there though for almost every language that will allow you to read and write excel files, ranging from free to extremely expensive, depending on what you need. Example: If you need to know the value after calucations are eventuated, such as Cell F4 is "55" not "=C3+B3" then your likely going to want to get licensed software, but if you only care to know Cell F5 holds "=C3+B3" then any of the open source options should work.

Basically figure out what exactly you need and what language you feel most comfortable with, and chances are you can find something that will work for it.
CoderGuru is offline   Reply With Quote
Old Feb 16th, 2010, 4:55 AM   #5
charlieangles
Newbie
 
Join Date: Feb 2010
Posts: 3
Rep Power: 0 charlieangles is on a distinguished road
Re: Suitable language for excel file manipulation

I made some projects in which I had modified the excel File by using the VB6 programming. You can easily modify the excel Sheet by using the VB6, VB.Net. Now it is up-to you, which language you know most.
__________________
Web Design Kent
charlieangles is offline   Reply With Quote
Reply

Bookmarks

Tags
excel files, programming language

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming Language for extracting data from Adobe PDF file. danny2000 Other Programming Languages 5 May 2nd, 2009 12:45 PM
What programming language is best for file manipulation? Nitau Existing Project Development 7 Dec 29th, 2008 10:57 PM
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
After execution - Error cannot locate /Skin File? wchar Visual Basic 1 Mar 5th, 2005 9:04 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C++ 0 Mar 2nd, 2005 4:12 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:56 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC