upgrade php-office to last stable version

This commit is contained in:
2018-04-03 12:45:59 +02:00
parent 24357ce3d6
commit 5b4dcb9013
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Component\Form\FormBuilderInterface;
use Chill\MainBundle\Export\ExportManager;
use Symfony\Component\Form\Extension\Core\Type\FormType;
use PhpOffice\PhpSpreadsheet\Worksheet;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
/**