PHP code example of silverslice / excelpic
1. Go to this page and download the library: Download silverslice/excelpic library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
silverslice / excelpic example snippets
use Silverslice\ExcelPic\Converter;
en xlsx file
$converter->open('test.xlsx')
// convert all images to resizable
->convertImagesToResizable()
// save xlsx document
->save('test.xlsx');