You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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?
This is:
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Which versions of PhpSpreadsheet and PHP are affected?
"phpoffice/phpspreadsheet": "^1.13",
“php”: "7.2.10"
The text was updated successfully, but these errors were encountered: