Help for this page
package excelUtil; ... writeCell(1, 2, "testing, Row-1, Col-2"); 1;
#!/usr/bin/perl ... writeCell(1, 1, "Testing, Row-1, Col-1"); close_workbook;