dakota / CakeExcel

A plugin to generate Excel files with CakePHP. Uses the PHPExcel library.
MIT License
22 stars 25 forks source link

Set precalculate formulas to true or allow us to configure it #15

Open elboletaire opened 7 years ago

elboletaire commented 7 years ago

I'm currently working with CakeExcel and noticed that my formulas are showing zero as result.

After reading this I've decided to try it by myself and got surprised to see that it's forced to false.

Why is this forced to false? Can we consider setting it to true? Or, maybe better, add some way to configure it...?

Thanks in advance

elboletaire commented 7 years ago

ping

elboletaire commented 7 years ago

pong?

josegonzalez commented 7 years ago

@elboletaire I'd be open to a pr for configuring it.