//Open excel file using close xml and open xml is easy than microsoft dll
//close xml used open xm to work
ClosedXML.Excel.XLWorkbook wk = new ClosedXML.Excel.XLWorkbook("d:\\1.xlsx");
//get sheet
ClosedXML.Excel.IXLWorksheet ws = wk.Worksheet(1);
//get cell
ClosedXML.Excel.IXLCell cell = ws.Cell(1, 1);
MessageBox.Show(cell.Value.ToString());
Microsoft Visual Studio Professional 2019
#sql #microsoft #net #visualstudio
#WPF #csharp #android #xamarin
Watch video open excel file using c# and closexml part 2 online without registration, duration hours minute second in high quality. This video was added by user Ammar Sharshara 18 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 659 once and liked it 5 people.