Where does the Excel::download method saves the html file generated in a short period of time. #4068
al3xanderSL
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to know the location of the folder where html file is generated in my Laravel project, after calling the method Excel::download($object,$fileName) which is used to export from a view to excel.This would help me a lot due to I am having an error which is: invalid html , so I guess it could be because in the process generating the excel file, just when the parser tries to find the html file, it takes a lot of time and doesnt find it.
Beta Was this translation helpful? Give feedback.
All reactions