Generation

generate functionWed, 12 Apr 2023

cortar y pegar el valor de una celda en phpexcel

function paste_value($sheet, $row, $column, $value) { $sheet->setCellValueByColumnAndRow($column, $row, $value); $sheet->getStyleByColumnAndRow($column, $row)->getNumberFormat()->setFormatCode(PHPExcel_Style_NumberFormat::FORMAT_TEXT); }

Questions about programming?Chat with your personal AI assistant