by Tamas Z | Jan 21, 2022 | Dynamics 365FO
This post shows how to create an Excel file from x++ code and save it to the ‘DocuRef’ table without saving the file locally. using System.IO; using OfficeOpenXml; using OfficeOpenXml.Style; using OfficeOpenXml.Table; class ExcelExportToDocuRef_DV {...