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 3cdc6bd
Showing 1 changed file with 3 additions and 0 deletions.
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 3cdc6bd

Please sign in to comment.