I am using Maatwebsite version 2.1.0, I am not able to export more than 65535 rows.
Kindly advise
Thanks for submitting the ticket. Unfortunately the information you provided is incomplete. We need to know which version you use and how to reproduce it. Please include code examples. Before we can pick it up, please check (https://github.com/Maatwebsite/Laravel-Excel/blob/3.1/.github/ISSUE_TEMPLATE.md) and add the missing information. To make processing of this ticket a lot easier, please make sure to check (https://laravel-excel.maatwebsite.nl/3.1/getting-started/contributing.html) and double-check if you have filled in the issue template correctly. This will allow us to pick up your ticket more efficiently. Issues that follow the guidelines correctly will get priority over other issues.
65535 rows is a limit for MS Excel BIFF-format files (.xls) Is that the format you're using for your export?
I am using xls format!
Is there another format that export more than 65535?
OfficeOpenXML-format (.xlsx) allows 1,048,576 rows per worksheet
Most helpful comment
OfficeOpenXML-format (
.xlsx) allows 1,048,576 rows per worksheet