Hello Appery team,
Code: Select all
I want to generate excel at backend and want to download from front-end.
As most of our front end uses same excel format only data can be changes which is available at backend so keeping code at backend is more maintainable and I can pass require parameter to download Excel with specific coloumn and data.
Also I cannot use npm liberary and tried to use excelJs liberary but could not able to create Excel object.
Please help me in same.