摘要:
public static function getStaffByXlsx($path) { /*dirname(__file__): 当前代码所在的目录,$path: ”/文件名“ */ $PHPReader = PHPExcel_IOFactory::createReaderForFile(dirname(__file__) . $path); /*加载当前目... 阅读全文
posted @ 2017-01-13 10:37
艾若菲
阅读(2976)
评论(0)
推荐(0)