PhpSpreadsheet/tests/data/Calculation/MathTrig/SUBTOTALNESTED.php

18 lines
301 B
PHP
Raw Normal View History

<?php
$baseTestData = [
2018-05-06 22:43:02 +00:00
1 => ['A' => 123],
2 => ['A' => 234],
3 => ['A' => '=SUBTOTAL(1, A1:A2)'],
2018-04-21 19:34:25 +00:00
4 => ['A' => '=ROMAN(SUBTOTAL(1, A1:A2))'],
5 => ['A' => 'This is text containing "=" and "SUBTOTAL("'],
];
return [
[
2018-05-06 22:43:02 +00:00
357,
9,
$baseTestData,
],
];