-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
This is:
- [ ] a feature request
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
//How to use the third parameter,What does it affect.
$dataSeriesValues = [
new DataSeriesValues(DataSeriesValues::DATASERIES_TYPE_NUMBER, 'Worksheet!$C$' . $row_start . ':$C$' . $row, null, count($pie_data)),
];
Which versions of PhpSpreadsheet and PHP are affected?
"phpoffice/phpspreadsheet": "^1.17.1",
“php”: "7.2.10"
Reactions are currently unavailable

