Name | Description | |
---|---|---|
![]() | XlsxDocumentEditor | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | XlsxDocumentEditor | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | Body | Gets the body (root element) of Open XML document. (Inherited from OpenXmlDocumentEditor) |
![]() | Charts | Gets all charts, which are contained in this document. (Inherited from OpenXmlDocumentEditor) |
![]() | DocumentProperties | Gets information (author, modification date, etc) about document. (Inherited from OpenXmlDocumentEditor) |
![]() | Images | Gets all images, which are contained in XLSX document. |
![]() | Sheets | Gets all sheets, which are contained in XLSX document. |
![]() | StyleCount | Gets the count of document styles. |
Name | Description | |
---|---|---|
![]() | AddDefinedName | Adds the defined name to the document. |
![]() | AddEmptyStyle | Adds the new empty style to the document. |
![]() | AddSheet | Overloaded. Adds the sheet to the document. |
![]() | AddStyle | Adds the new style to the document. |
![]() | Dispose | Performs the application-defined tasks, which are associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Export | Overloaded. Exports this document to a file with specified path. (Inherited from OpenXmlDocumentEditor) |
![]() | FindSheetByName | Finds the sheet by name. |
![]() | GetStyle | Returns the style of document. |
![]() ![]() | IsIllegalOpenXmlCharacter | Determines whether text symbol is illegal open XML character. (Inherited from OpenXmlDocumentEditor) |
![]() | MoveSheet | Changes the index of sheet in document. |
![]() | RemoveDefinedName | Removes the defined name from the document. |
![]() | RemoveSheet | Removes the sheet from document. |
![]() | Save | Overloaded. Saves this document to a file with specified path. (Inherited from OpenXmlDocumentEditor) |
![]() | SetDefinedName | Sets the defined name. |
![]() | SetDocumentInformation | Overloaded. Sets the document information. (Inherited from OpenXmlDocumentEditor) |
![]() | SetStyleBorders | Sets the borders of style. |
![]() | SetStyleFillColor | Sets the fill color of style. |
![]() | SetStyleFontProperties | Sets the font properties of style. |
![]() | SetStyleName | Sets the name of style. |
![]() | SetStyleNumberFormat | Sets the number format of style. |
![]() | SetStyleTextProperties | Sets the text properties of style. |
![]() ![]() | TextContainsIllegalOpenXmlCharacters | Determines whether text contains illegal open XML characters. (Inherited from OpenXmlDocumentEditor) |