rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

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

Open xGrz opened 11 months ago

xGrz commented 11 months 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 11 months 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?