Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 727 Bytes

Welcome to ExcelEntityMapper

ExcelEntityMapper is an easy component for reading/creating/modifing Excel files (ex. xls, xlsx formats) without using COM interop, and It provides a set of interfaces that you can use them for mapping worksheets into object classes.

Licenses

This software is distributed under the terms of the Free Software Foundation Lesser GNU Public License (LGPL), version 2.1 (see lgpl.txt).

https://raw.github.com/TheHunter/ExcelEntityMapper/prod/lgpl.txt

git remote add origin https://github.com/TheHunter/ExcelEntityMapper.git git push -u origin master