Export SQL excel php class

Asked By 40 points N/A Posted on -
qa-featured

I am using export SQL excel PHP class, I like to know if there are any scripts that I can export SQL into an excel file, because I am making company website, where people can upload pictures and the file name will record into the database.What I want to happen is when a user like to view something in excel file, I like to appear also the image in the excel file when it is being export to SQL.  Is this possible?

SHARE
Answered By 0 points N/A #196885

Export SQL excel php class

qa-featured

It's possible. Just export data and for the image column, you need to simply export the full URL paths of the images which will appear as an hyperlink in an Excel file. I would also suggest to use the .html extension, i.e. export the data to an .Html file instead of an Excel file. Create an html file which will correctly display data and images in the file.

Related Questions