Hi,
When I tried to open excel sheet created by below code with MSexcel it showing "Unable to read file " error .
I am using winxp OS and MS excel 2003 ....
Advance thanks fr any help on this ..... its urgnt fr me...!!
When I tried to open excel sheet created by below code with MSexcel it showing "Unable to read file " error .
Code:
use Spreadsheet::WriteExcel; $workbook = Spreadsheet::WriteExcel->new("sm2.xls");
Advance thanks fr any help on this ..... its urgnt fr me...!!
Comment