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

Parameters

$data
$strip_tags
$sheetName

at line 34
Collection collection()

No description

Return Value

Collection

at line 46
getExcelColumnName($index)

No description

Parameters

$index

at line 57
array headings()

No description

Return Value

array

at line 66
styles(Worksheet $sheet)

No description

Parameters

Worksheet $sheet

at line 89
array columnWidths()

No description

Return Value

array