$excel = IOFactory::load("abc.xlsx"); $sheet1 = clone $excel->getSheet(0); $sheet1->setCellValue('A1','1111111111111'); $excel->addSheet($sheet1); 