English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi I need to do process with excel(.xls) files.I found some examples on web.But they are using
use script
use Spreadsheet::WriteExcel kind of perl modules(PM files).
I don't have those. I am not able to download from net.
If any one have plz mail to me.
Any other way to read or write Excel file...? please let me know ASAP..
Thx in advance...
Bhushan

2007-03-08 18:44:30 · 5 answers · asked by bhushan 1 in Computers & Internet Programming & Design

5 answers

I just got the latest version from cpan.org using the perl cpan program!

it picked it up from

ftp://carroll.cac.psu.edu/ pub/CPAN/authors/ id/J/JM/JMCNAMARA/ Spreadsheet- WriteExcel-2.18.tar.gz

(without the spaces)

I also install Spreadsheet::ParseExcel to read excel files!

2007-03-08 19:12:10 · answer #1 · answered by jake cigar™ is retired 7 · 1 0

PERL cannot actually read an Excel file. You need to have Excel installed on your computer before you can access it using PERL. Assuming you have Excel on your computer, you would need to open it as an OLE application. You'll need ActiveState PERL for Win32 to do this. I'm not sure if it's available for other ports of PERL.

You can see how to use it here.

http://www.blazonry.com/perl/xl_oleauto.php

If you Google,

perl excel "ole automation"

, you'll find a lot of sites explaining how to access Excel files.

2007-03-08 19:06:11 · answer #2 · answered by Kookiemon 6 · 0 1

PHP is open source. It is easy to learn PHP. PHP solves more specific web development problems. If you have a background of C, then you can start programming very easily in PHP. PERL was developed as general propose programming language. PERL documentation is sadi to be better than PHP.

2016-03-29 00:03:18 · answer #3 · answered by Anonymous · 0 0

If you can not download perl modules from the net then you are SOL. xls is "binary" format and perl can not read/process it by itself.

2007-03-11 06:01:20 · answer #4 · answered by martinthurn 6 · 0 0

You'll need to install a program named xlviewer.exe = "Word Excel" from Windows.
I think theyre free...Excel Viewer 2003
Description: Open, view, and print Excel workbooks, even if you don't have Excel installed. This download is a replacement for Excel Viewer 97 and all previous Excel Viewer versions.

2007-03-08 18:52:52 · answer #5 · answered by Dane Aqua 5 · 0 3

fedest.com, questions and answers