Oct
15
Export MySQL To Excel better way
I showed you how to export your MySQL tables to MS Excel file, but that wasn’t real excel files we were creating. Actually you were getting CSV and HTML files which excel can read. These were textual files, and now I am gonna show you how to create binary excel file: [SOURCE CODE]
1 Comment
Make A CommentComments RSS Feed TrackBack URL


March 20th, 2009 at 3:39 pm
WOW. That one’s pretty awesome!!
I’ve seen quite a few online posts now that show how to dump mysql to excel using php and this one is extremely good! nice, light, and clean code.
Thanks so much!!