@manhng

Welcome to my blog!

Làm việc với Excel trong .NET

March 24, 2018 20:43

Làm việc với Excel trong .NET

1) Sử dụng thư viện EPPlus

1.1) Thao tác cơ bản khi làm việc với Excel sử dụng thư viện EPPlus

https://www.codeproject.com/Tips/1118204/EPPlus-Basics-and-Snippets-Cheatsheet-for-generati

27 Aug 2016

1.2) Simple POCO Mapper for EPPlus

https://www.codeproject.com/Articles/1202924/Simple-POCO-Mapper-for-EPPlus

27 Aug 2017

Mapping theo cột hoặc theo hàng để đọc tệp Excel theo chiều ngang và chiều dọc:

Merge cells

http://w3cgeek.com/epplus-how-to-style-merged-cells.html

c# - Merge cells using EPPlus? - Stack Overflow

ws.Cells["A1:C1"].Merge = true;

2) Sử dụng thư viện Bytescout.SpreadSheet

https://www.c-sharpcorner.com/UploadFile/17e8f6/reading-merged-cell-from-excel-using-bytescout-spreadsheet-i/

Đọc tệp Excel khi đã merge rows hoặc merge cells

Categories

Recent posts