Properties

$applyFlush

$applyFlush : 

Type

$headers

$headers : 

Type

$columns

$columns : 

Type

$query

$query : 

Type

$limit

$limit : 

Type

$groupByArr

$groupByArr : 

Type

$paper

$paper : 

Type

$orientation

$orientation : 

Type

$editColumns

$editColumns : 

Type

$showNumColumn

$showNumColumn : 

Type

$showTotalColumns

$showTotalColumns : 

Type

$styles

$styles : 

Type

$simpleVersion

$simpleVersion : 

Type

$withoutManipulation

$withoutManipulation : 

Type

$showMeta

$showMeta : 

Type

$showHeader

$showHeader : 

Type

$year

$year : 

Type

$title

$title : 

Type

$subtitle

$subtitle : 

Type

$tickets

$tickets : 

Type

Methods

__construct()

__construct(\App\Exports\int  $year) 

Parameters

\App\Exports\int $year

view()

view() : \Illuminate\Contracts\View\View

It will convert an HTML table into an Excel spreadsheet.

Returns

\Illuminate\Contracts\View\View —

[description]

beforeExport()

beforeExport(\App\Exports\Maatwebsite\Excel\Events\BeforeExport  $event) : \App\Exports\[type]

Event gets raised at the start of the process.

Parameters

\App\Exports\Maatwebsite\Excel\Events\BeforeExport $event

$event->writer : Writer

Returns

\App\Exports\[type] —

[description]

beforeWriting()

beforeWriting(\App\Exports\Maatwebsite\Excel\Events\BeforeWriting  $event) : \App\Exports\[type]

Event gets raised before the download/store starts.

Parameters

\App\Exports\Maatwebsite\Excel\Events\BeforeWriting $event

$event->writer : Writer

Returns

\App\Exports\[type] —

[description]

beforeSheet()

beforeSheet(\App\Exports\Maatwebsite\Excel\Events\BeforeSheet  $event) : \App\Exports\[type]

Event gets raised just after the sheet is created.

Parameters

\App\Exports\Maatwebsite\Excel\Events\BeforeSheet $event

$event->sheet : Sheet

Returns

\App\Exports\[type] —

[description]

afterSheet()

afterSheet(\App\Exports\Maatwebsite\Excel\Events\AfterSheet  $event) : \App\Exports\[type]

Event gets raised at the end of the sheet process.

Parameters

\App\Exports\Maatwebsite\Excel\Events\AfterSheet $event

$event->sheet : Sheet

Returns

\App\Exports\[type] —

[description]

index()

index()