brob Posted July 27, 2006 Share Posted July 27, 2006 is this possible and if so are there any tutorials for it?Thanks Link to comment https://forums.phpfreaks.com/topic/15801-import-excel-in-php-array/ Share on other sites More sharing options...
zq29 Posted July 27, 2006 Share Posted July 27, 2006 If your Excel output is in csv format, you could use the function fgetcsv() - There is a good example of how to use it in the manual. Link to comment https://forums.phpfreaks.com/topic/15801-import-excel-in-php-array/#findComment-64624 Share on other sites More sharing options...
brob Posted July 27, 2006 Author Share Posted July 27, 2006 it just an excel file, is there nothing that will allow me to do this and then add it to an array? Link to comment https://forums.phpfreaks.com/topic/15801-import-excel-in-php-array/#findComment-64629 Share on other sites More sharing options...
Zeb Posted July 27, 2006 Share Posted July 27, 2006 If you already have this as an Excel document then you can save it out as a CSV file then follow SemiApocalyptic's reply. Link to comment https://forums.phpfreaks.com/topic/15801-import-excel-in-php-array/#findComment-64632 Share on other sites More sharing options...
brob Posted July 27, 2006 Author Share Posted July 27, 2006 it wont be myself uploading the file it will be users that aren't quite sure how to convert the file so it needs to be an excel file. Link to comment https://forums.phpfreaks.com/topic/15801-import-excel-in-php-array/#findComment-64633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.