原文:php excel fill in from mysql Database
我到处看书 寻找一种方法 获取图表等等 进入我的分布表 我输出出我的数据库 使它看起来更好
我到处看书 寻找一种方法 获取图表等等 进入我的分布表 我输出出我的数据库 使它看起来更好
my problem is that i have an already existing excel file with Conditional Formatting rules in a Column, i read it and save it with the next sentences: $objReader = new PHPExcel_Reader_Excel2007(); $...
$objPHPExcel->getActiveSheet()->SetCellValue( L .CONCATENATE( A , C , D , E , F , G , H , I , J , K ), 0); ); Can anyone tell how to use the concatenate function in php Excel?
因此,我得以在外壳表上显示其数据,但这种数据可插入我的表格。 我看不出这个部分,这里是我迄今所看到的:
Im利用PHPExcel图书馆进行许多Excel操纵,同时使用PHP/MySQL。
I am banging my head against a wall trying to figure out why I cannot get PHPExcel to output a csv file. Oddly enough, this works in Internet Explorer- it outputs as csv, but in every other browser I ...