guimabdo
-
- 76,699 total downloads
- last updated 9/10/2019
- Latest version: 0.28.0
Package Description -
- 13,836 total downloads
- last updated 11/6/2017
- Latest version: 0.2.0
Wrapper for creating xlsx files with DocumentFormat.OpenXml -
- 5,803 total downloads
- last updated 9/4/2017
- Latest version: 0.2.0
Wrapper for creating xlsx files with DocumentFormat.OpenXml usage: var excel = new Document(); //Get the first sheet var sheet1 = excel.GetSheets().First() //Change sheet name sheet1.Name = "My first... More information