Home >Backend Development >PHP Tutorial >PHPExcel怎么把该列的值设置为文本无科学计数

PHPExcel怎么把该列的值设置为文本无科学计数

WBOY
WBOYOriginal
2016-06-13 12:28:301033browse

PHPExcel如何把该列的值设置为文本无科学计数?

                  $obj_sheet->setCellValueExplicit($cells[$_counter].$i, (isset($val[$_value_key]) ? $val[$_value_key] : ''),PHPExcel_Cell_DataType::TYPE_STRING);

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php 容易分页Next article:zend studio 惯用快捷键