How to print data in excel with c# console application
Answers
Answered by
0
Answer:
Reading the Excel File
private static void ReadExcelFile()
{
Console.BackgroundColor = ConsoleColor.DarkBlue;
Console.WriteLine("\nReading the Excel File..." ...
Console.BackgroundColor = ConsoleColor.Black;
Excel.Application xlApp = new Excel.Application();
Excel.Workbook xlWorkBook = xlApp.Workbooks.Open(filePath);
Similar questions
English,
25 days ago
History,
1 month ago
Science,
1 month ago
Political Science,
8 months ago
Biology,
8 months ago