Closed yajra closed 2 years ago
It would be nice to have a property to set the sheet name.
If sheet-name is not set, we can get the default value (Sheet1) via config .
sheet-name
Sheet1
<livewire:export-button :table-id="$dataTable->getTableId()" filename="my-table.xlsx" sheet-name="Summary Report" />
It would be nice to have a property to set the sheet name.
Proposed Approach
If
sheet-name
is not set, we can get the default value (Sheet1
) via config .