Maybe the problem is with addworksheet() (note spelling)?#!/usr/bin/perl use warnings; use strict; use Spreadsheet::WriteExcel; my $book = Spreadsheet::WriteExcel->new("perl.xls"); my $sheet = $book->addworksheet(); $sheet->write('A1', 'Hi Excel!');
In reply to Re: Spreadsheet::WriteExcel write failure
by trammell
in thread Spreadsheet::WriteExcel write failure
by adolpht
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |