Skip to content

Commit c0e4b1c

Browse files
committed
fix: file name
1 parent 4a9693a commit c0e4b1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Contract/WriterContract.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
namespace Irain\ExportExcel\Contract;
4+
5+
interface WriterContract
6+
{
7+
8+
public function buildAndOutStream($path);
9+
10+
public function save($path);
11+
12+
public function buildTable();
13+
14+
public function buildTableHeader();
15+
}

0 commit comments

Comments
 (0)