@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Box\Spout\Writer\Common\Entity\Style\Style; |
6 | 6 | use Box\Spout\Writer\Common\Manager\RowManager; |
7 | -use Box\Spout\Writer\Common\Manager\Style\StyleMerger; |
|
8 | 7 | |
9 | 8 | class Row |
10 | 9 | { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Box\Spout\Writer\Common\Creator\EntityFactory; |
10 | 10 | use Box\Spout\Writer\Common\Entity\Cell; |
11 | 11 | use Box\Spout\Writer\Common\Entity\Options; |
12 | -use Box\Spout\Writer\Common\Entity\Style\Style; |
|
13 | 12 | use Box\Spout\Writer\Common\Entity\Row; |
14 | 13 | use Box\Spout\Writer\Common\Entity\Worksheet; |
15 | 14 | use Box\Spout\Writer\Common\Helper\CellHelper; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Box\Spout\Common\Exception\IOException; |
7 | 7 | use Box\Spout\Common\Helper\Escaper\ODS as ODSEscaper; |
8 | 8 | use Box\Spout\Common\Helper\StringHelper; |
9 | -use Box\Spout\Writer\Common\Creator\EntityFactory; |
|
10 | 9 | use Box\Spout\Writer\Common\Entity\Cell; |
11 | 10 | use Box\Spout\Writer\Common\Entity\Row; |
12 | 11 | use Box\Spout\Writer\Common\Entity\Worksheet; |