Sample code to read an excel file, all it need file stream as a parameter. public boolean importFromExcelfiles(System.IO. Stream _stream) { OfficeOpenXml. ExcelWorksheet worksheet; OfficeOpenXml. ExcelRange cells; OfficeOpenXml. ExcelPackage package = new OfficeOpenXml. ExcelPackage (_stream); int totalRows,totalCells,rowCounter,cellCounter; if (package) { worksheet = package.get_Workbook().get_Worksheets().get_Item( 1 ); cells = worksheet.Cells; totalRows = worksheet....
A library with Microsoft Dynamics AX, Microsoft Dynamics 365 FinOps and Supply Chain Management, Power Platform, Integrations, development and functional processes, tricks and trip, tutorials and much more....