read excel file in plugin
-
I write for my own plugin for read excel file, and place file name is test.xls in upload directory and when I readed it I got message https://xxxxx/wp-content/uploads/test.xls is not readable.
I use PHP spreadsheet reader at https://coursesweb.net/downloads/phpexcelreader.zip
my code`$dir = plugin_dir_path( __DIR__ );
require_once($dir.’/phpExcelReader/Excel/reader.php’);
$ex = new Spreadsheet_Excel_Reader();
$data = $ex->read($filename);ps:I used wp 4.8.2, window 7, xampp
Thk for reading
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘read excel file in plugin’ is closed to new replies.