public function __construct($container, $exportFilePath, $exportObject)
 {
     parent::__construct($container, $exportFilePath);
     $this->_obj = $exportObject;
 }
 public function __construct($container, $shipmentData)
 {
     $this->shipmentData = $shipmentData;
     parent::__construct($container, __DIR__ . '/../Resources/templates/Invoicing.xlsx');
 }