How to insert an image into XML spreadsheet

rajnaidus

New Member
Hi,

How to insert an image into XML spreadsheet through Progress 4GL. I have converted the image to base64-encode.

Thanks in advance.

Rajesh
 
i wouldn't use the old xml formats.

they were a step between html and the new default formats.

hardly any one uses them, not sure office 2000 supports them or if there is any patch you can add so they will be supported, not to mention other office suites like openoffice, google etc.


libxlsx.p supports images

http://www.oehive.org/project/libxlsx

if you want to buy a copy i can add any other image features you need.
 
Back
Top