mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Image insert using xlsxwriterplus.class.php #269

Closed narayanavedulla closed 1 year ago

narayanavedulla commented 4 years ago

Hi ,

I have implemented the logic for the logo display in the xlsx. But, i am not getting it. Can you provide me the solution for this one. Included the xlsxwriterplus.class.php Here is the code i have $writer->addImage('15796445891537793670jabil_Sitelogo.jpg', 1);

Please provide the solution.