체크개발자's Blog

Excel 처리(Read, Write) 엑셀 파일 읽기 쓰기 본문

프로그래밍/C# .NET

Excel 처리(Read, Write) 엑셀 파일 읽기 쓰기

체크개발자 2021. 1. 2. 09:00

CSV 읽고 쓰기를 위해 사용하는 라이브러리

Microsoft.Office.Interop.Excel”  입니다.

 

Interop 검색!

아래를 이용해서 간단하게 엑셀 데이터를 가공할 수 있다

WorkbookDataSetworksheet

 

 

 

참고 url

greenbblog.tistory.com/entry/GreenmaruExcelFile

https://tapito.tistory.com/582

 

C#에서 Microsoft Excel 파일 다루는 방법

C#에서 Microsoft Excel 파일 다루는 방법 본 포스팅에서는 Component Object Model(이하 COM) 객체를 로드하여 C# 프로그램에서 Microsoft Excel 형식의 데이터를 읽거나 기록하는 방법에 대해 설명합니다. 1단계.

tapito.tistory.com

 

 

Nuget 다운로드!

 

 

Comments