![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2010
Posts: 2
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 7,869
Rep Power: 14
![]() ![]() |
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 |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2010
Posts: 2
Rep Power: 0
![]() |
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?
|
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Jan 2009
Location: Dallas, Texas, USA
Posts: 329
Rep Power: 2
![]() |
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. |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Feb 2010
Posts: 3
Rep Power: 0
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Tags |
| excel files, programming language |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |