Excel creation in iOS

opilienrele

New Member
Hi I am trying to create Excel file through iOS app which will have some images as well as data.For this purpose I am creating Xml file through code using OOXML concept, which can be open as Excel. Its working fine with data, but I didn't found any tag for embedding image in xml.I have converted all images into Base64 string and putted it into XML.Now, Is there any way in XML by which Base64 string will convert into Image while opening as Excel?Thanks in advance.
 
Back
Top