php-excel-reader Document
Creating The Reader Object$data = new Spreadsheet_Excel_Reader("test.xls");Or conserve memory for large worksheets by not storing the extended information about cells like fonts, colors, etc.$data = new Spreadsheet_Excel_Reader("test.xls",false);To use a coding other than UTF-8 (default) you can pass it as the 3rd parameter.$data = new Spreadsheet_Excel_Reader("test.xls",true,"UTF-16");Dumping W..
■ 백엔드 ■/PHP
2014. 2. 4. 14:55