We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f22604 commit 743b3c9Copy full SHA for 743b3c9
README.md
@@ -13,7 +13,7 @@ composer require jianyan74/php-excel
13
引入
14
15
```
16
-use jianyan74\excel\Excel;
+use jianyan\excel\Excel;
17
18
19
## Demo
src/Excel.php
@@ -12,8 +12,8 @@
12
/**
* 导出导入Excel
*
- * Class ExcelHelper
- * @package common\helpers
+ * Class Excel
+ * @package jianyan\excel
* @author jianyan74 <751393839@qq.com>
*/
class Excel
0 commit comments