Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 216 Bytes

Nuget.md

File metadata and controls

13 lines (11 loc) · 216 Bytes

How to use?

create an instance of IExcelHelper like this

IExcelHelper excel = new ExcelHelper();
// use excel object
excel.XXX()

inject service in dot net core

services.AddLightExcel();