Files
PhpSpreadsheet/tests/data/Calculation/Web/URLENCODE.php
T
Mark Baker 475874bed3 Initial implementation of the URLENCODE() web function (#2031)
* Initial implementation of the URLENCODE() web function
2021-04-28 17:10:36 +02:00

13 lines
321 B
PHP

<?php
return [
[
'http%3A%2F%2Fcontoso.sharepoint.com%2Fteams%2FFinance%2FDocuments%2FApril%20Reports%2FProfit%20and%20Loss%20Statement.xlsx',
'http://contoso.sharepoint.com/teams/Finance/Documents/April Reports/Profit and Loss Statement.xlsx',
],
[
'#VALUE!',
123,
],
];