DataGridToExcel
Table of Contents
-
$grid
: DataGrid
-
$rows
: array<string|int, mixed>
-
$spreadsheet
: Spreadsheet
-
$title
: string
-
__construct()
: mixed
-
download()
: mixed
-
save()
: mixed
-
setTitle()
: mixed
-
generate()
: mixed
$grid
private
DataGrid
$grid
$rows
private
array<string|int, mixed>
$rows
$spreadsheet
private
Spreadsheet
$spreadsheet
$title
private
string
$title
__construct()
public
__construct(array<string|int, mixed> $rows, DataGrid $grid) : mixed
Parameters
-
$rows
: array<string|int, mixed>
-
-
$grid
: DataGrid
-
Return values
mixed
—
download()
public
download() : mixed
Return values
mixed
—
save()
public
save() : mixed
-
throws
-
Exception
Return values
mixed
—
setTitle()
public
setTitle(string $title, bool $includeFilterValues) : mixed
Parameters
-
$title
: string
-
-
$includeFilterValues
: bool
-
Return values
mixed
—
generate()
private
generate() : mixed
Return values
mixed
—