Method | Description | |
---|---|---|
CreateAttribute ( string name, string prefix ) : |
Create a new XmlAttribute for this document.
|
|
CreateNode ( string name, string prefix ) : |
Create a new XmlNode for this document.
|
|
DeleteUnpackedFiles ( ) : void | ||
Dispose ( ) : void |
Releases unmanaged resources and performs other cleanup operations before the is reclaimed by garbage collection.
|
|
GetNamespaceUri ( string prefix ) : string |
Return the namespaceuri for the given prefixname.
|
|
GetObjectByName ( string ObjectName ) : |
||
Load ( string file ) : void |
Load the given file.
|
|
New ( ) : void |
Create a new blank spreadsheet document.
|
|
SaveTo ( string filename ) : void |
Save the SpreadsheetDocument as OpenDocument spreadsheet document
|
|
SaveTo ( string filename, IExporter iExporter ) : void |
Save the document by using the passed IExporter with the passed file name.
|
|
SpreadsheetDocument ( ) : System |
Initializes a new instance of the SpreadsheetDocument class.
|
Method | Description | |
---|---|---|
Content_Inserted ( int index, object value ) : void |
Content_s the inserted.
|
|
Content_Removed ( int index, object value ) : void |
Content_s the removed.
|
|
CreateCommonStyleContent ( ) : void |
Creates the content of the common style.
|
|
CreateContentBody ( ) : void |
Creates the content body.
|
|
CreateLocalStyleContent ( ) : void |
Creates the content of the local style.
|
|
Dispose ( bool disposing ) : void |
Disposes the specified disposing.
|
|
LoadBlankContent ( ) : void |
Load a blank the spreadsheet content document.
|
|
ReadCommonStyles ( ) : void |
Reads the common styles.
|
|
StyleNodeExists ( string styleName ) : bool |
Styles the node exists.
|
|
TableCollection_Inserted ( int index, object value ) : void |
Tables the collection_ inserted.
|
|
TableCollection_Removed ( int index, object value ) : void |
Tables the collection_ removed.
|
public CreateAttribute ( string name, string prefix ) : |
||
name | string | The attributename. |
prefix | string | The prefixname. |
return |
public CreateNode ( string name, string prefix ) : |
||
name | string | The elementname. |
prefix | string | The prefix. |
return |
public GetNamespaceUri ( string prefix ) : string | ||
prefix | string | The prefixname. |
return | string |
public GetObjectByName ( string ObjectName ) : |
||
ObjectName | string | |
return |
public SaveTo ( string filename ) : void | ||
filename | string | The filename. With or without full path. Without will save the file to application path! |
return | void |
public SaveTo ( string filename, IExporter iExporter ) : void | ||
filename | string | The name of the new file. |
iExporter | IExporter | |
return | void |