Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged excel



« Prev 1 Next »
Found elsewhere on the Internet after much searching, this one worked perfectly for me.
0 1313 posted 9 years ago by Dazecoop
Aspose.PDF for Cloud API has released PHP SDK which allows PHP developers to convert PDF files uploaded to a remote server to other formats. You can pass URL and format parameters to specify the PDF’s URL and output format and use the PUT method of...
0 2066 posted 9 years ago by johansonkatherine
0 942 posted 12 years ago by stur
If you want to export some utf-8 data into csv/tsv that will be readable by excel with correct encoding you must add special non vissable characters at the begining of file
1 1871 posted 12 years ago by dsoms
Modify includes to connect and select to provide correct result set
0 1010 posted 13 years ago by kidmizere
0 517 posted 13 years ago by paschim
0 683 posted 14 years ago by fwso
2 573 posted 14 years ago by iTony
Face it! Whenever you make a website/app you always need to make XLS export for the simple people. I mean heaven to betsy if they have to take a csv file, or use phpMyAdmin. So Here are 3 little functions and a sample skeleton that I use fro...
6 1017 posted 14 years ago by brownrl
# Export MySQL Data as CSV This code takes a `mysql_query()` resource and outputs its rows into CSV spreadsheet format. Edit the `header('Content-Disposition...` declaration to tell the user's browser to either display the data as plain text or do...
6 816 posted 15 years ago by mikegreen
This is saved from Gerhard Slettens weblog www.gersh.no. I just want yo keep it on snipplr so it easily can be fetched through textmate.
15 1801 posted 15 years ago by stavelin
« Prev 1 Next »