I installed the library using composer to replace the PHPExcel that is already deprecated, but when I tried to generate an Excel I notice that it doesn't compute the formula.
But when I try to a focus cell then focus out, then the auto-compute works.
Environment Setup: PHP 8 CodeIgniter 3 Apache
I installed the library using composer to replace the PHPExcel that is already deprecated, but when I tried to generate an Excel I notice that it doesn't compute the formula.
But when I try to a focus cell then focus out, then the auto-compute works.
Maybe you have an idea on how to solve this.
Thanks!