Hi,
Is there a way to import excel file in to AX using batch job.
Export to Excel using batch job works fine using below but is there a way to import excel data in Batch as well?
Microsoft.Dynamics.AX.Fim.Spreadsheets.Spreadsheet spreadsheet;
Microsoft.Dynamics.AX.Fim.Spreadsheets.CellProperties cellProperties;
Microsoft.Dynamics.AX.Fim.Spreadsheets.ColumnProperties columnProperties;
Thanks,
Nadeem