Excel for mac pivot table builder

broken image
broken image

$xlsFirstTable->easy_getCell(0,1)->setValue( 'Sale country') $xlsFirstTable->easy_getCell(0,0)->setDataType($DATATYPE_STRING) $xlsFirstTable->easy_getCell(0,0)->setValue( 'Sale agent') $xlsFirstTable = $workbook->easy_getSheetAt(0)->easy_getExcelTable()

broken image

Get the table of data for the first worksheet $workbook->easy_addWorksheet_2( 'Second tab') $workbook->easy_addWorksheet_2( 'First tab')

broken image

$workbook = new COM( 'EasyXLS.ExcelDocument') Create an instance of the class that exports Excel files