Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
    
    ...
        $worksheet->write('A8', $test_array2[1]       );
        $worksheet->write('A9', $test_array2[2]       );
    
  2. or download this
    <?xml version="1.0"?>
    <?mso-application progid="Excel.Sheet"?>
    ...
            </Table>
        </Worksheet>
    </Workbook>