Home > Archive > PERL Programming > September 2007 > Reading Excel file and writing data to csv file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Reading Excel file and writing data to csv file
|
|
| bhavani 2005-10-17, 3:55 am |
| Hi,
Can anyone suggest me how to extract data from the excel file and write data
to the csv file.
Bhavani
| |
| Sherm Pendley 2005-10-17, 7:55 am |
| "bhavani" <ganga.alety@nokia.com> writes:
> Can anyone suggest me how to extract data from the excel file and write data
> to the csv file.
Have a look at the Spreadsheet::ParseExcel module, available at a friendly
neighborhood CPAN repository near you.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
| |
|
| quote: Originally posted by bhavani
Hi,
Can anyone suggest me how to extract data from the excel file and write data
to the csv file.
Bhavani
You can do this in C++. You need to have first a borland C++ builder, then, you can refer to "How to Read Input from Excel file using C++".
Then after learning how to read an excel file, you can use "fprintf()" function to write your data into a file with .csv extension.
That's it. | |
| anuragsadana 2007-09-19, 4:02 pm |
| quote: Originally posted by alfie
You can do this in C++. You need to have first a borland C++ builder, then, you can refer to "How to Read Input from Excel file using C++".
Then after learning how to read an excel file, you can use "fprintf()" function to write your data into a file with .csv extension.
That's it.
I ALSO SAW THE PAGE http://www.jcmiras.net/jcm/item/4/ BUT IT DOESN'T WORK OUT. CAN ANYBODY TELL HOW TO READ AN EXCEL FILE FROM BORLAND C++ BUILDER. |
|
|
|
|