Hi Gurus,
Sorry for less(or maybe wrong) data. I have uploaded the file through an
html page. Now my action program has to parse this excel file. It is in CGI so I
tried the following thing:
use CGI;
my $file_handle = $query->upload("excel_file");
if (defined $file_handle)
{
binmode(
parvez wrote:
> Hi Gurus,
> I want to parse an excel file which will be uploaded through the
> browser and passed to my CGI script. I can read the file through the
> command prompt(Thanks to Spreadsheet::ParseExcel !!). My problem is that
> I cannot detach the file and read it.
> Please HELP !
Hi Gurus,
I want to parse an excel file which will be uploaded through the
browser and passed to my CGI script. I can read the file through the
command prompt(Thanks to Spreadsheet::ParseExcel !!). My problem is that
I cannot detach the file and read it.
Please HELP !!
Thanx in advance.
Parv