Jump to content

Export php to Excel ?


spires

Recommended Posts

Hi Guys.

 

Does anyone know how to export PHP to Excel?

 

Basically, I have a form the generates a commer seperated list.,

Mainly using arrays.

 

Example:

blackberry, pearl, curve

nokia, 8800, n60

 

I need to to be exported in to a Excel & CSV file, without using MYSQL

 

 

Any ideas please.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/99967-export-php-to-excel/
Share on other sites

For writing a CSV file, check out: http://us2.php.net/manual/en/function.fputcsv.php

 

For Excel Files, check out: http://www.phpfreaks.com/forums/index.php/topic,182970.0.html ...read it carefully as it has a custom version of excelWriter posted in it.

Link to comment
https://forums.phpfreaks.com/topic/99967-export-php-to-excel/#findComment-511176
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.