Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( |
Add a worksheet to this workbook. Sheet names must be unique.
|
|
Save ( Stream stream, CompressionLevel compressionLevel ) : void |
Save this workbook to the given stream
|
|
Save ( string filename ) : void |
Save this workbook to a file, overwriting the file if it exists
|
|
Save ( string filename, CompressionLevel compressionLevel ) : void |
Save this workbook to a file, overwriting the file if it exists
|
public Save ( Stream stream, CompressionLevel compressionLevel ) : void | ||
stream | Stream | |
compressionLevel | CompressionLevel | How much should content in a workbook be compressed? (Higher CPU Usage) |
return | void |
public Save ( string filename, CompressionLevel compressionLevel ) : void | ||
filename | string | |
compressionLevel | CompressionLevel | How much should content in a workbook be compressed? (Higher CPU Usage) |
return | void |