|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | CloseSpreadsheetDocument (SpreadsheetDocument) |
Closes the SpreadsheetDocument by calling the Dispose method. Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | ExportExcel (ExportWorksheetArguments, handle) |
Exports from a Temp-Table into an Excel Worksheet |
|
| # | ExportRows (WorksheetPart, ExportWorksheetArguments, handle, integer) |
ExportRows into an Excel Worksheet |
|
| + | CHARACTER GetCellValue (WorkbookPart, Cell) |
Gets and returns the Value of a Cell Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | DocumentFormat.OpenXml.Spreadsheet.Cell GetRowCell (Row, character) |
Gets the Cell Object from a Row Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | DocumentFormat.OpenXml.Packaging.WorkbookPart GetWorkbookPart (SpreadsheetDocument) |
Gets and returns the WorkbookPart of the specified SpreadsheetDocument Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | DocumentFormat.OpenXml.Packaging.WorksheetPart GetWorksheetPart (WorkbookPart) |
Gets and returns the WorksheetPart of the specified WorkbookPart Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | DocumentFormat.OpenXml.Spreadsheet.SheetData GetWorksheetSheetData (WorkbookPart) |
Gets and returns the WorksheetSheetData of the specified WorkbookPart Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | InsertCellValue (WorksheetPart, character, integer, character) |
Inserts a Cell Value into the indexed Row and Column of an Excel Worksheet Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| # | OnCompleted (EventArgs) |
Raises the Completed event |
|
| # | OnProgressChanged (EventArgs) |
Raises the ProgressChanged event |
|
| # | OnRequestFieldLabel (RequestFieldLabelEventArgs) |
Raises the RequestFieldLabel |
|
| + | DocumentFormat.OpenXml.Packaging.SpreadsheetDocument OpenSpreadsheetDocument (character, logical) |
Opens the SpreadsheetDocument Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | SaveSpreadsheetDocument (SpreadsheetDocument) |
Saves and closes the SpreadsheetDocument Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | SaveWorkbook (WorkbookPart) |
Saves the Workbook element of the specified WorkbookPart Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
|
| + | SetExcelCellValues (WorksheetPart, integer, Object[]) |
Sets the Excel Cell Values based on the provided values Object[] Inherited from Consultingwerk.Utilities.Excel.ExcelUtility |
| Options | Name | Purpose | |
|---|---|---|---|
| + | Completed (Object, EventArgs) |
Raised when the Export has finished |
|
| + | ProgressChanged (Object, EventArgs) |
Raised when the Export has processed the RowsPerProgressEvent number
of rows |
|
| + | RequestFieldLabel (Object, RequestFieldLabelEventArgs) |
Raised when a field label is requested |
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER RowsExported |
|
|
Top
PUBLIC CloseSpreadsheetDocument (SpreadsheetDocument)
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExportExcel (ExportWorksheetArguments, handle)
|
||||||||||||||||||||||||||||||
PROTECTED ExportRows (WorksheetPart, ExportWorksheetArguments, handle, integer)
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCellValue (WorkbookPart, Cell)
|
||||||||||||||||||||||||||||||
PUBLIC DocumentFormat.OpenXml.Spreadsheet.Cell GetRowCell (Row, character)
|
||||||||||||||||||||||||||||||
PUBLIC DocumentFormat.OpenXml.Packaging.WorkbookPart GetWorkbookPart (SpreadsheetDocument)
|
||||||||||||||||||||||||||||||
PUBLIC DocumentFormat.OpenXml.Packaging.WorksheetPart GetWorksheetPart (WorkbookPart)
|
||||||||||||||||||||||||||||||
PUBLIC DocumentFormat.OpenXml.Spreadsheet.SheetData GetWorksheetSheetData (WorkbookPart)
|
||||||||||||||||||||||||||||||
PUBLIC InsertCellValue (WorksheetPart, character, integer, character)
|
||||||||||||||||||||||||||||||
PROTECTED OnCompleted (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnProgressChanged (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnRequestFieldLabel (RequestFieldLabelEventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC DocumentFormat.OpenXml.Packaging.SpreadsheetDocument OpenSpreadsheetDocument (character, logical)
|
||||||||||||||||||||||||||||||
PUBLIC SaveSpreadsheetDocument (SpreadsheetDocument)
|
||||||||||||||||||||||||||||||
PUBLIC SaveWorkbook (WorkbookPart)
|
||||||||||||||||||||||||||||||
PUBLIC SetExcelCellValues (WorksheetPart, integer, Object[])
|
||||||||||||||||||||||||||||||
PUBLIC Completed (Object, EventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ProgressChanged (Object, EventArgs)
|
||||||||||||||||||||||
PUBLIC RequestFieldLabel (Object, RequestFieldLabelEventArgs)
|
||||||||||||||||||||||
PUBLIC INTEGER RowsExported
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|