PHP Excel Report: Handling Data From ExcelTag: excel, xml Category: PHP Basicpost: 30 Dec 2007 read: 1,792 PHP Excel Report tutorial: Excel is still the most popular spreadsheet. Your new customer maybe only have data in excel format. Your job is import that data to database. This post is about trick how to read data from excel. For first time, we (or your client) must save excel in XML format. Following screen show how to save excel it XML format at Microsoft Excel 2003.
You will get Save As dialog box.
Now, we need a form to upload this file in web page. Create a file named "upload.php" within www/test/excel. Enter following codes:
Now, we create a file name "handledata.php" within www/test/excel. Enter following code:
|
| | Give Your Opinion | Recommend |
|

