Re: Excel import/export via PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 30.10.2017 at 18:27, Tedd Sperling wrote:

> Anyone have any code/resources/references regarding importing and exporting Excel data to/from PHP scripts?

If it is only about the actual *data*, consider using CSV as
intermediate format, which is easily processible with fputcsv() and
fgetcsv(), respectively.

-- 
Christoph M. Becker

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux