Skip to content

Commit

Permalink
upd: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aVadim483 committed Jul 27, 2024
1 parent c6adc66 commit 93881d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v.5.6
## v.5.7
* $sheet->addImage($cell, $path, \['hyperlink' => $url\]);
* cell merge optimization

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ $sheet1->addImage('C3', 'path/to/file', ['height' => 150]);
// Set size in pixels
$sheet1->addImage('D4', 'path/to/file', ['width' => 150, 'height' => 150]);

// Add hyperlink to the image
$sheet1->addImage('D4', 'path/to/file', ['width' => 150, 'height' => 150, 'hyperlink' => 'https://www.google.com/']);

```

## **FastExcelWriter** vs **PhpSpreadsheet**
Expand Down

0 comments on commit 93881d6

Please sign in to comment.