Hey Tedd, I’ve used the phpExcel library in the past to handle this. Working with excel is pretty easy with the library. I also have some code at work for reading in excel that I can post later Thanks, Bastien > On Oct 30, 2017, at 5:15 PM, Christoph M. Becker <cmbecker69@xxxxxx> wrote: > >> 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 > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php