OleDB Connection 을 이용하여 간단하게 엑셀 파일을 Read/Write 를 할 수 있는 방법을 찾음. SqlDataAdapter로 DataSet을 채운 뒤 사용. 버전에 따라 ConnectionString이 다름, 이 점만 주의하면 됨. -------------------------------------------------------------------------------------------- Fetch the records from excel file using C# .Net, Asp.Net - Step 1 - Let's create an interface which will contain two buttons for Refresh data from .xls and Refresh d..