Generation

generate functionWed, 12 Apr 2023

mover el valor de una celda a otra de forma estatica con phpexcel

function copyCell2($cell1, $cell2, $sheet) { $sheet->setCellValue($cell2,$sheet->getCell($cell1)->getCalculatedValue()); }

Questions about programming?Chat with your personal AI assistant