Created
April 13, 2022 08:29
-
-
Save akhileshdarjee/05cc26d4bbe4a1d19b20f9911e202b1b to your computer and use it in GitHub Desktop.
Laravel Import Excel and automatically calculate formulas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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