PHPackages                             silverslice/excelpic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. silverslice/excelpic

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

silverslice/excelpic
====================

Make pictures in xlsx files resizable with cells

v0.1.1(2y ago)0911MITPHPPHP &gt;=5.4

Since Oct 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/silverslice/excelpic)[ Packagist](https://packagist.org/packages/silverslice/excelpic)[ RSS](/packages/silverslice-excelpic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

What is it
==========

[](#what-is-it)

Easy tool for converting pictures in excel file to resizable with cells. It will be useful if you need to collapse rows with images in xlsx-file creating with PHPExcel.

Install
-------

[](#install)

`composer require silverslice/excelpic`

Example of usage
----------------

[](#example-of-usage)

```
use Silverslice\ExcelPic\Converter;

require __DIR__ . '/vendor/autoload.php';

$converter = new Converter();

// open xlsx file
$converter->open('test.xlsx')

    // convert all images to resizable
    ->convertImagesToResizable()

    // save xlsx document
    ->save('test.xlsx');
```

Limitations
-----------

[](#limitations)

- Only first spreadsheet is processed.
- Picture should cover only one cell.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2862 days

Total

2

Last Release

998d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b17dfd96904635c115d4a2bdd334a63454336ed0dcd3f02290a39bca1dce44bd?d=identicon)[silverslice](/maintainers/silverslice)

---

Top Contributors

[![silverslice](https://avatars.githubusercontent.com/u/6722542?v=4)](https://github.com/silverslice "silverslice (4 commits)")

---

Tags

xlsxdrawings

### Embed Badge

![Health badge](/badges/silverslice-excelpic/health.svg)

```
[![Health](https://phpackages.com/badges/silverslice-excelpic/health.svg)](https://phpackages.com/packages/silverslice-excelpic)
```

###  Alternatives

[michaelb/lumen-make

Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.

2119.6k](/packages/michaelb-lumen-make)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
