Hi Aspose. It has been a long time since I showed up here!
I have an issue that I am trying to push the client to use your product.
I have an Excel template file that has XML field mapped.
I am trying to feed that template using code.
Currently, the client is using Excel interops (which I really hate) and I am trying to replace that.
The current code is something like this:
xlsWB = app.Workbooks.OpenXML(pathTemplate)
xlsWB.XmlMaps(“Report_Map”).ImportXml(report.Data)
xlsWB.SaveAs(…)
I have tried to find something equivalent in Aspose.Cells (for .Net).
Do you support that? XmlMaps(name of my map).ImportXml(my xml data)?
Thanks