PHPExcel Repeat Columns at Left -


i want repeat columns @ left excel report. used phpexcel, , function

$objphpexcel->getactivesheet()->getpagesetup()->getcolumnstorepeatatleft();

the problem don't know how , should put parameters. want repeat column , b every page. :)

enter image description here

$objphpexcel->getactivesheet()->getpagesetup()->setcolumnstorepeatatleftbystartandend('a', 'b'); 

this should work.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -