I would like to read excel file (.xls) contents to a web page that will be looking like a calendar where each day will have some things set in the .xls file. I'll be doing the calendar, but I don't know from where to start on reading the excel file. Also, I want to know how to change the value of specific cells using PHP, data will be provided by user.
Asked
Active
Viewed 354 times
0
-
possible duplicate of [Reading an Excel file in PHP](http://stackoverflow.com/questions/563670/reading-an-excel-file-in-php) – Pekka Jan 08 '12 at 12:50
-
A comprehensive list of the PHP libraries/tools for reading/writing Excel files can be found here - http://stackoverflow.com/questions/3930975/alternative-for-php-excel – Mark Baker Jan 08 '12 at 18:15
1 Answers
0
I've personally never had to read excel files with PHP, but according to similar post, PHP-ExcelReader is a popular option.

Community
- 1
- 1

Jeremy Harris
- 24,318
- 13
- 79
- 133