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