Help for this page

Select Code to Download


  1. or download this
     
    A1 =4
    A2 =5
    A3 = =SUM(A1:A2)
    
  2. or download this
    use Spreadsheet::WriteExcel;
    use Spreadsheet::ParseExcel;
    ...
    use Spreadsheet::WriteExcel::Utility;
    use Spreadsheet::ParseExcel::SaveParser;
    use Spreadsheet::ParseExcel::Cell;