rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.12k stars 248 forks source link

Laravel ^10.10 - does not calculate excel formulas during import (openspout/openspout depenency problem) #337

Open xGrz opened 1 year ago

xGrz commented 1 year ago

Clean installation of Laravel 10.10 (and higher) + fast-excel. When importing an xlsx file, it does not calculate field values. In the table, in the field where the Excel formula is located, it displays either the entire formula or the = sign.

xGrz commented 1 year ago

After investigation, update the openspout/openspout dependency from 4.16.0 to 4.17.1. prevents calculation of Excel cell values. Can I count on a patch?