Skip to content
René Pacios edited this page Jun 11, 2018 · 8 revisions

ClosedXML.TableReader

ClosedXml is an amazing .NET library to manage Excel files based on OpenXML Standard. This component drastically reduces the complexity of working with Open XML SDK

ClosedXML.TableReader extends ClosedXML to read Excel tables in typed way. You can read all or some columns, apply transformation rules for each field, refer column by title or name using DataAnotations.

With ClosedXML.TableReader You Can:

Clone this wiki locally