프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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) |
리턴 | void |
public Save ( string filename, CompressionLevel compressionLevel ) : void | ||
filename | string | |
compressionLevel | CompressionLevel | How much should content in a workbook be compressed? (Higher CPU Usage) |
리턴 | void |