2017 © Pedro Peláez
 

library excelpic

Make pictures in xlsx files resizable with cells

image

silverslice/excelpic

Make pictures in xlsx files resizable with cells

  • Friday, October 23, 2015
  • by silverslice
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Install

composer require silverslice/excelpic, (*2)

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

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

The Versions

23/10 2015

dev-master

9999999-dev

Make pictures in xlsx files resizable with cells

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-zip *

 

by Igor Mikheev

xlsx drawings

23/10 2015

v0.1.0

0.1.0.0

Make pictures in xlsx files resizable with cells

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-zip *

 

by Igor Mikheev

xlsx drawings