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()); }

Want to kickstart your project?Use the new AI Studio to create your code