Yiiexcel Formula Problem

Hello

Installation :

  • yii-phpexcel-master

  • phpexcel 1.7.8

I did not succed to install Yiireport but I got Yiiexcel working

I’m generating Excelfiles and most things work fine

For example


->setCellValue('E2', '=SUM(C2:D2)');

is working.

But the wired problem is on basic formulas with operators like + - *

For example with


->setCellValue('E2', '=C3+D3')

I get Page not found Error.

If I comment just this setCellValue instruction the page is rendered correctly

Does anyone have an Idea where this could be coming from ?

EDIT:

I re-installed all and error does not appear anymore :)