修改设置开始列无效bug

This commit is contained in:
JaguarJack
2020-05-25 22:39:00 +08:00
parent c04530a1be
commit 74a42e7022

View File

@@ -5,7 +5,5 @@ interface ExcelContract
{
public function headers(): array;
public function keys(): array ;
public function sheets();
}