I'm trying to set footer on the left side on my Excel sheet using phpExcel. I wrote this code but it didn't work :
$sheet->getHeaderFooter()->setOddFooter('myFooter');
By the way, I took a look at the documentation for the HeaderFooter Class but there is no methods to do it.