Click or drag to resize

imbEPPlusExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extensions for EPPlus
Inheritance Hierarchy
SystemObject
  imbSCI.DataComplex.extensions.dataimbEPPlusExtensions

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static class imbEPPlusExtensions
Request Example View Source

The imbEPPlusExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCell
Public methodStatic membergetExcelRange(selectRangeArea, ExcelWorksheet)
Gets the Escel range from worksheet.
Public methodStatic membergetExcelRange(ExcelWorksheet, ExcelRow, selectZone)
Public methodStatic memberGetPen
Public methodStatic membergetUniqueName
Gets the name of the unique.
Public methodStatic memberInsertArea
Public methodStatic memberInsertRow
Public methodStatic membersaveOutput
Public methodStatic membersetDataInfoCustomProperties
Deploys custom meta information (custom properties) into workbook. If field not found in dataMeta it will not create custom property for it.
Public methodStatic membersetDataInfoStandard
Deploys meta information (properties and custom properties) into workbook.
Public methodStatic memberSetDataTable
Inserts DataTable content at current currsor position. Options: doInsertCaptions, doInsertRowID columnprefix (this is abanded)
Public methodStatic membersetDataToHeaderFooter
Sets the data to header footer.
Public methodStatic memberSetValue
Sets the value in cell on current cursor position
Public methodStatic memberSetValues
Set values into cells, respecting direction. Returns ExcelRange pointing to cells affected.
Top
See Also