ashukumar27
New Member
I have a web tool that creates some results using PHP & SQL backend. As of now the tables come in HTML format. The tables have to be downloaded and are pasted in the excel to create charts etc. What I want is that the tables should be pasted in the excel at the backend only, so that we download the finished/formatted excel.
This needs to be done at backend only. There are ways to fetch the web data in excel but we don't want that. It's a client interface where the client just downloads the excel file
Here is the flow:
Data in MySQL --> HTML Report based on some query --> Pasted in Excel --> Excel Sheet downloaded by end user using the web interface only
Can someone please shed some light on how to resolve this? Any help will be greatly appreciated.
Thanks & Regards
Ashutosh
This needs to be done at backend only. There are ways to fetch the web data in excel but we don't want that. It's a client interface where the client just downloads the excel file
Here is the flow:
Data in MySQL --> HTML Report based on some query --> Pasted in Excel --> Excel Sheet downloaded by end user using the web interface only
Can someone please shed some light on how to resolve this? Any help will be greatly appreciated.
Thanks & Regards
Ashutosh