Skip to content

Commit

Permalink
add hyperlink example
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Tikhonov committed Sep 9, 2016
1 parent d398436 commit 54aeb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/one.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'test4' => 'dollar',
'test5' => 'float',
'test6' => 'float_with_sep',
'test7' => 'string',
];
$wExcel = new Ellumilel\ExcelWriter();
$wExcel->setAuthor('Tester');
Expand All @@ -21,6 +22,7 @@
rand(1000, 10000),
rand(1000, 10000),
rand(1000, 10000),
'=HYPERLINK("http://yandex.ru/asd'.rand(1000, 10000).'/sdf='.rand(1000, 10000).'","ссылка")',
]);
}
$wExcel->writeToFile("output_one.xlsx");
Expand Down

0 comments on commit 54aeb68

Please sign in to comment.