Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhileshdarjee/05cc26d4bbe4a1d19b20f9911e202b1b to your computer and use it in GitHub Desktop.
Save akhileshdarjee/05cc26d4bbe4a1d19b20f9911e202b1b to your computer and use it in GitHub Desktop.
Laravel Import Excel and automatically calculate formulas
Laravel Excel automatically calculates the formulas inside Excel and output result:
use Maatwebsite\Excel\Concerns\WithCalculatedFormulas;
class ExcelImport implements ToCollection, WithCalculatedFormulas
Note:
Replace "ExcelImport" with your class name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment