Skip to content

Commit aba94a1

Browse files
committed
Fix merge from 2.0 for the Spreadsheet Copy (I really don't like this approach, it shouldn't be necessary to save to a temporary file and then restore, a deep clone should be the correct approach)
1 parent 6cdfd3c commit aba94a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PhpSpreadsheet/Spreadsheet.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
namespace PhpOffice\PhpSpreadsheet;
44

55
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
6+
use PhpOffice\PhpSpreadsheet\Reader\Xlsx as XlsxReader;
67
use PhpOffice\PhpSpreadsheet\Shared\Date;
8+
use PhpOffice\PhpSpreadsheet\Shared\File;
79
use PhpOffice\PhpSpreadsheet\Shared\StringHelper;
810
use PhpOffice\PhpSpreadsheet\Style\Style;
911
use PhpOffice\PhpSpreadsheet\Worksheet\Iterator;
1012
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
13+
use PhpOffice\PhpSpreadsheet\Writer\Xlsx as XlsxWriter;
1114

1215
class Spreadsheet
1316
{

0 commit comments

Comments
 (0)