|
Options |
Name |
Purpose |
|
|
|
CloseSpreadsheetDocument (SpreadsheetDocument)
|
Closes the SpreadsheetDocument by calling the Dispose method.
|
|
|
|
GenerateRowData (WorkbookPart, SheetData, integer, Object[], Object[], logical, integer)
|
Generates a new Row with Cell Values based on the provided values Object[]
|
|
|
|
CHARACTER GetCellValue (WorkbookPart, Cell)
|
Gets and returns the Value of a Cell
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.Row GetHeaderRow (SheetData)
|
Gets the header row from the Excel Worksheet
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.Cell GetRowCell (Row, character)
|
Gets the Cell Object from a Row
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.Sheet GetSheet (WorkbookPart, character)
|
Gets and returns the Sheet of the specified WorkbookPart
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.Sheet GetSheet (WorkbookPart, integer)
|
Gets and returns the Sheet of the specified WorkbookPart
|
|
|
|
DocumentFormat.OpenXml.Packaging.WorkbookPart GetWorkbookPart (SpreadsheetDocument)
|
Gets and returns the WorkbookPart of the specified SpreadsheetDocument
|
|
|
|
DocumentFormat.OpenXml.Packaging.WorksheetPart GetWorksheetPart (WorkbookPart)
|
Gets and returns the WorksheetPart of the specified WorkbookPart
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.SheetData GetWorksheetSheetData (WorkbookPart)
|
Gets and returns the WorksheetSheetData of the specified WorkbookPart
|
|
|
|
DocumentFormat.OpenXml.Spreadsheet.SheetData GetWorksheetSheetData (WorkbookPart, integer, character)
|
Gets and returns the WorksheetSheetData of the specified WorkbookPart
|
|
|
|
InsertCellValue (WorksheetPart, character, integer, character, integer)
|
Inserts a Cell Value into the indexed Row and Column of an Excel Worksheet
|
|
|
|
InsertHeaderRow (WorkbookPart, SheetData, integer, Object[], integer)
|
Inserts a header row into the Excel Worksheet
|
|
|
|
DocumentFormat.OpenXml.Packaging.SpreadsheetDocument OpenSpreadsheetDocument (character, logical)
|
Opens the SpreadsheetDocument
|
|
|
|
PostProcessDateStyles (character)
|
Post-processes an xlsx file to fix OpenXML SDK re-serialization issues
|
|
|
|
ProcessStyleSheet (SpreadsheetDocument, ExportWorksheetArguments)
|
Processes the Stylesheet for the Excel Stylesheet
|
|
|
|
ReadCellFormatCount (character)
|
Reads the cellXfs count from an xlsx file using raw Package API
|
|
|
|
SaveSpreadsheetDocument (SpreadsheetDocument)
|
Saves and closes the SpreadsheetDocument
|
|
|
|
SaveWorkbook (WorkbookPart)
|
Saves the Workbook element of the specified WorkbookPart
|
|
|
|
SetExcelCellValues (WorksheetPart, integer, Object[], integer)
|
Sets the Excel Cell Values based on the provided values Object[]
|
|
|
|
SetStylesheetProperties (ExportWorksheetArguments)
|
Sets the StylesheetProperties
|
|
|
|
ThrowException (character)
|
Throws an exception with the specified error text
|
|
|
|
UpdateRowData (Row, Object[], integer)
|
Updates a Row Cell Values based on the provided values Object[]
|