Export file very slow with data have about 100 column #3393
Unanswered
canhnv-skylab
asked this question in
Q&A
Replies: 1 comment
-
You are referring to classes that are part of this package. Please report to the package you are actually using. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i use PhpSpreadsheetWrapper\ExcelBook and PhpSpreadsheetWrapper\ExcelSheet to export data to file excel, then download file, it take many many time. (over 10m)
This is code, which i use to write data in to cell
$sheet->fromArray($data, null, "B6");
$data have about 1000 row and 100 column
How can I solve it ? Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions