Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

How to Read/Write an Excel file through X++ code

$
0
0
How to write an Excel file through X++ code In This Post you will found two code sample 1.Write data in excel through X++ code. 2. Read from an Excel through X++ code 1.Write data in excel through X++ code. static void thaAxapta_Write2Excel(Args _args) { InventTable inventTable; SysExcelApplication application; SysExcelWorkbooks workbooks; SysExcelWorkbook workbook; SysExcelWorksheets worksheets; SysExcelWorksheet worksheet; SysExcelCells cells; SysExcelCell cell; int row; ; application = SysExcelApplication...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>