KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

BigSpreadsheetExportable Error #1131

Closed Eo Yoonmin opened this topic on on Oct 18, 2019 - 2 comments

Eo Yoonmin commented on Oct 18, 2019

Upgraded to koolreport 4.3.1. When downloading Excel with BigSpreadsheetExportable applied, the following error occurs.

I need help. Thank you.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

An uncaught Exception was encountered Type: Error

Message: Class 'Box\Spout\Writer\Common\Creator\WriterEntityFactory' not found

Filename: /home/users/tbmsys/ttms/app_web/report/libraries/koolreport/excel/BigSpreadsheetExportHandler.php

Line Number: 99

Backtrace:

File: ~/app_web/report/libraries/koolreport/excel/BigSpreadsheetExportHandler.php Line: 232 Function: exportToSpreadsheet

File: ~/app_web/report/libraries/koolreport/excel/BigSpreadsheetExportable.php Line: 58 Function: exportToXLSX

File: ~/app_web/report/modules/stats/controllers/Saleslist_a.php Line: 43 Function: exportToXLSX

File: ~/app_web/report/core/App_Controller.php Line: 71 Function: toxlsx

File: ~/app_web/report/index.php Line: 315 Function: require_once

David Winterburn commented on Oct 18, 2019

Hi Yoonmin,

Would you please check if the following paths exist in your project:

vendor/box/spout

or:

excel/vendor/box/spout

Thanks!

David Winterburn commented on Oct 18, 2019

Hi Yoonmin,

Please run the following terminal command in your project:

composer update

It should install box/spout to the vendor folder. Thanks!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

None