Excel editing as an XML

pradeepsakti

New Member
Joined
Jul 9, 2010
Messages
1
Dear all,
I have an Excel which was generated from a PL SQL procedure as an XML spread sheet.
Now I want to add an IMAGE to that Excel which is actually an XML spread sheet.
I can add manually an image to that excel and can save it as .xls, .xlsx or binary form.
But please let me know how can I add an image to that XML spread sheet while generating that XML from my proc by giving the image location or so.
Exactly saying my Excel is just like an xml code as
<Row ss:Height="15.75">
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
<Cell ss:StyleID="s63"><Data ss:Type="String"></Data></Cell>
I just need to an image in this format by providing image data or location.
Can anyone pls help me asap.
Thanks,
Pradeep.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,214,383
Messages
6,119,196
Members
448,874
Latest member
Lancelots

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top