kenan77 / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Unable to display Bitmap images embedded in .xls #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.take any excel file with bitmap image embedded in it
2.try to dump the contents of the file using excel reader
3.

What is the expected output? What do you see instead?

Expected output is same image .. what i see instead is a blank space ie. data 
missing.

Please provide any additional information below.

Original issue reported on code.google.com by harshvo...@gmail.com on 4 Jun 2011 at 10:15

GoogleCodeExporter commented 8 years ago
You can use getDrawingCollection() like here 
http://phpexcel.codeplex.com/discussions/257231

Original comment by nickusy...@gmail.com on 21 Jul 2011 at 8:03

GoogleCodeExporter commented 8 years ago
I think he refers to the output file has no images. I get the problem that when 
you load an Excel file with embedded images they're stripped out if I resave 
it. I rather not insert the images again.

Original comment by agonza...@newanglemedia.com on 9 Aug 2011 at 8:35