Function __global->stats_generate_spreadsheet
Definitions
sources/stats.php
- Generate a stats spreadsheet from graph data.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$spreadsheet_graph_name | string | required parameter | N/A | N/A | Graph name |
$filename | ?string | Null | N/A | N/A | Filename (null: auto-generate) |
$filters | array | [] | N/A | N/A | Filter settings to take precedence |
$pivot | ?mixed | Null | N/A | N/A | Pivot value to take precedence (null: none) |
$hook_ob | ?object | Null | N/A | N/A | Hook object (null: look it up using $graph_name) |
$graph_details | ?array | Null | N/A | N/A | Graph details (null: look it up using $graph_name) |
Return
- Writer object
- Type: object
- Set: N/A
- Range: N/A