Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged excel
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Found elsewhere on the Internet after much searching, this one worked perfectly for me.
0
1703
posted 10 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
2369
posted 10 years ago by johansonkatherine
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
2102
posted 13 years ago by dsoms
Modify includes to connect and select to provide correct result set
0
1262
posted 13 years ago by kidmizere
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
1262
posted 15 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
1010
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
2931
posted 16 years ago by stavelin
« Prev 1 Next »