Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
KnowledgeWoods Consulting
5,607 PointsHow to export file from table to excel using PHP ?
I have a tabular data and i want to add a button "Export to Excel" so that all the data gets exported to excel and i can download it. Any ideas?
2 Answers
thomascawthorn
22,986 PointsFrom a database like MySql?
KnowledgeWoods Consulting
5,607 PointsI have a HTML table that fetches data from MS SQL Database. I want to export that data