Home  >  Article  >  Backend Development  >  phpexcel 怎么向合并的单元格写内容

phpexcel 怎么向合并的单元格写内容

WBOY
WBOYOriginal
2016-06-13 12:42:42838browse

phpexcel 如何向合并的单元格写内容
$objPHPExcel->getActiveSheet()->mergeCells( 'A1:AH1' );
//A1至AH1合并
如何向合并的单元格写内容???

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