ISpreadsheetComponent Methods
Exposes the basic functionality to manage workbooks.
Name | Description |
---|---|
Add |
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
Add |
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
Create |
Creates and loads a new empty workbook. |
Get |
Gets the service object of the specified type.
Inherited from IService |
Load |
Loads a document from a byte array. |
Load |
Loads the document from a Byte[] array. |
Load |
Loads a document from a stream, specifying the document format. |
Load |
Loads the document from a stream. |
Load |
Loads a document from a file, specifying the document format. |
Load |
Loads a document from a file. |
Remove |
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Remove |
Removes the specified service type from the service container.
Inherited from IService |
Save |
Saves a document to an array of bytes in the specified format with the specified encryption settings. |
Save |
Saves a document to an array of bytes in the specified format. |
Save |
Saves the document to a stream, specifying the document format anf encryption options. |
Save |
Saves the document to a stream, specifying the document format. |
Save |
Saves the document to a file, specifying the document format and encryption options. |
Save |
Saves the document to a file, specifying the document format. |
Save |
Saves the document to the specified file with the specified encryption options. The file format is identified by the file extension. |
Save |
Saves the document to the specified file. The file format is identified by the file extension. |
See Also