PHPExcel


2012年01月12日


PHPExcel – OpenXML – Create Excel2007 documents in PHP – Spreadsheet engine
http://phpexcel.codeplex.com/

// Set the value explicitly as a string
$objPHPExcel->getActiveSheet()->setCellValueExplicit(‘A1′, ‘0029′, PHPExcel_Cell_DataType::TYPE_STRING);

関数:setCellValueExplicit

書式設定:PHPExcel_Cell_DataType::TYPE_STRING


Archive