新增 excel 工具
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
<?php
|
||||
namespace catcher\library\excel;
|
||||
|
||||
interface Excel
|
||||
interface ExcelContract
|
||||
{
|
||||
public function title(): string;
|
||||
|
||||
public function headers(): array;
|
||||
|
||||
public function sheets(): array;
|
||||
|
||||
public function filename():string;
|
||||
public function keys(): array ;
|
||||
|
||||
public function sheets();
|
||||
}
|
Reference in New Issue
Block a user