-
Notifications
You must be signed in to change notification settings - Fork 0
Allows you to upload an Excel file and run it against a database based on your search criteria. A new Excel file is returned and downloaded to the user's computer. This is an extension of the phpExcel library.
pihish/excel_database_lookup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an extension of PHPExcel that will allow you to do a lookup of values in your Excel file against a database and return results based on those values. Once search completes, a new Excel file is downloaded onto the client's computer with the added info. Directions: 1. Upload the classes.php and search.php files into your PHPExcel root directory 2. Edit the search.php to fit customize it for the Excel file that you will be working with. The default configuration is designed to work with the 'excelexample.xlsx' file found on the GitHub project 3. Make sure the 'upload_max_filesize' parameter in the 'php.ini' file is set to a size large enough to handle your Excel workbook 4. Run the script!
About
Allows you to upload an Excel file and run it against a database based on your search criteria. A new Excel file is returned and downloaded to the user's computer. This is an extension of the phpExcel library.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published