We have version 7.3.2.0 of Cells.
Hi,
Here is a simple template with one xml map - vba code confirms.
Sample code:
Workbook wb = new Workbook("e:\\test2\\Mapping.xls");
XmlMapCollection xmlmaps = wb.Worksheets.XmlMaps;
MessageBox.Show(xmlmaps.Count.ToString()); //0 --> Issue
Can you provide an estimate on when this will be corrected? Without this functionality we will be forced to pursue alternatives to you component.
This is an important part of our release this fall, and need to begin development as soon as possible, and get this into testing.
Please let us know.
Thanks,
Pete
Hi,
Hi,PJJTLC:Can you provide an estimate on when this will be corrected? Without this functionality we will be forced to pursue alternatives to you component.
This is an important part of our release this fall, and need to begin development as soon as possible, and get this into testing.
Please let us know.
Thanks,
Pete
Thanks for your posting and using Aspose.Cells.
We are afraid, we cannot support XmlMap in Ms-Excel 2003 now.
We hope, we could support it in the end of this year.
Hi,
We have fixed this issue.
Please download and try this fix: Aspose.Cells for .NET v7.3.4.2 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-41103) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Will the XML Maps collection work with .xlsb files? I have an .xlsx file that I am able to view the XMLMaps fine. However if I save the Excel file as .xlsb (but it still contains the maps defined in the UI), they don’t show up in the XML Maps collection.
Is there any reason why? We are converting our documents to binary for reduction in file size etc, but need to retain the ability to parse out the xml maps on the server side. We were hoping your component would allow us to continue to do so…
Hi,
I unfortunately cannot attach the file publically, as it’s a proprietary document. Is there any way that I can email you offline for you to look into it?
It would be great if we could access the XML map data (output) on the server side without having to use Excel COM Interop.
Andy