_view->loadLayout(); $fileName = 'subscribers.xml'; $content = $this->_view->getLayout()->getChildBlock('adminhtml.newslettrer.subscriber.grid', 'grid.export'); return $this->_fileFactory->create( $fileName, $content->getExcelFile($fileName), DirectoryList::VAR_DIR ); } }