fallingintoZero Posted May 8, 2008 Share Posted May 8, 2008 i'm going to try and explain what i'm doing as best as i can, but chances are i will screw something out, so i apologize in advance. i'm trying to create a page in PHP that displays data from an excel file, but only designated rows of data- such as rows A, B, F, and G for example. but the tricky thing is, it will be multiple files with no designated file names. does anyone know if this is at all possible? Link to comment https://forums.phpfreaks.com/topic/104786-retrieve-data-from-excel-files-and-display-on-php-page/ Share on other sites More sharing options...
BlueSkyIS Posted May 8, 2008 Share Posted May 8, 2008 what version of Excel? Office 2007 and later, or earlier? It can be done, but there are different tools for each file format. i should clarify: office 2007+ uses .xlsx files. earlier verions use .xls files. which are you targeting (or both)? Link to comment https://forums.phpfreaks.com/topic/104786-retrieve-data-from-excel-files-and-display-on-php-page/#findComment-536400 Share on other sites More sharing options...
fallingintoZero Posted May 8, 2008 Author Share Posted May 8, 2008 xls. i am using excel 2003 Link to comment https://forums.phpfreaks.com/topic/104786-retrieve-data-from-excel-files-and-display-on-php-page/#findComment-536404 Share on other sites More sharing options...
BlueSkyIS Posted May 9, 2008 Share Posted May 9, 2008 I use Excel Parser Pro to parse .xls files. I haven't used it in about a year, so maybe there is something better (or free) out there. i'd google php parse excel Link to comment https://forums.phpfreaks.com/topic/104786-retrieve-data-from-excel-files-and-display-on-php-page/#findComment-536408 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.