Hi there,
I want to use OpenXML for a Excel export in AX2012. The OpenXML assembly reference is registered in my AOT.
So i found heaps of examples using C# - how can i transition them to X++? I know i have to use full qualified names, but still X++ gives me
Syntax errors, e.g.:
DocumentFormat.OpenXml.Packaging.SpreadsheetDocument spreadSheet;
DocumentFormat.OpenXml.SpreadsheetDocumentType doctype;
spreadSheet = DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(filename, doctype, true)
Also, how do i deal with the generics used in C#?
I'm new to AX, so please give a detailed description of your solutions. Thanks in advance!
*This post is locked for comments
I have the same question (0)