GenericExport
class GenericExport implements FromCollection, WithHeadings, WithStyles, WithColumnWidths
Properties
| protected | $headers | ||
| protected | $original_headers | ||
| protected | $sheetName | ||
| protected | $data | ||
| protected | $strip_tags |
Methods
__construct($data, $strip_tags = true, $sheetName = null)
No description
Collection
collection()
No description
getExcelColumnName($index)
No description
array
headings()
No description
styles(Worksheet $sheet)
No description
array
columnWidths()
No description
Details
at line 22
__construct($data, $strip_tags = true, $sheetName = null)
No description
at line 34
Collection
collection()
No description
at line 46
getExcelColumnName($index)
No description
at line 57
array
headings()
No description
at line 66
styles(Worksheet $sheet)
No description
at line 89
array
columnWidths()
No description