mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 10:38:32 +00:00
475874bed3
* Initial implementation of the URLENCODE() web function
13 lines
321 B
PHP
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,
|
|
],
|
|
];
|