Help for this page

Select Code to Download


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