Answers for "set datatype to string phpexcel"

PHP
0

phpexcel set data type string

$worksheet->getCell('A1:A50')->setDataType(PHPExcel_Cell_DataType::TYPE_STRING);
Posted by: Guest on August-27-2020

Browse Popular Code Answers by Language