Interface IEPPlusService
Assembly: DataWeb.Data.Exchange.EPPlus.dll
Syntax
public interface IEPPlusService
Methods
DictionaryListToWorksheet(ExcelPackage, IEnumerable<Dictionary<string, object>>, string)
Declaration
ExcelWorksheet DictionaryListToWorksheet(ExcelPackage package, IEnumerable<Dictionary<string, object>> dictionaryList, string worksheetName)
Parameters
Returns
| Type |
Description |
| ExcelWorksheet |
|
ListToWorksheet(ExcelPackage, IEnumerable, string)
Declaration
ExcelWorksheet ListToWorksheet(ExcelPackage package, IEnumerable list, string worksheetName)
Parameters
Returns
| Type |
Description |
| ExcelWorksheet |
|
WorksheetToExcelData(ExcelPackage)
Declaration
ExcelData WorksheetToExcelData(ExcelPackage package)
Parameters
| Type |
Name |
Description |
| ExcelPackage |
package |
|
Returns