Add use PhpOffice\PhpSpreadsheet\Spreadsheet;
This commit is contained in:
parent
56ddbc4dd5
commit
52da0dc0fc
|
|
@ -5,6 +5,7 @@ namespace PhpOffice\PhpSpreadsheetTests;
|
|||
use PhpOffice\PhpSpreadsheet\Comment;
|
||||
use PhpOffice\PhpSpreadsheet\RichText\RichText;
|
||||
use PhpOffice\PhpSpreadsheet\RichText\TextElement;
|
||||
use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
use PhpOffice\PhpSpreadsheet\Style\Alignment;
|
||||
use PhpOffice\PhpSpreadsheet\Style\Color;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
|
|
|||
Loading…
Reference in New Issue