Save the workbook to stream, it will use the specified file type as the file format, the file will be encrypt if the password is not null.
Overload List
Overload | Description |
Save(Stream,ExcelFileType,String) |
Save the workbook to stream, it will use the specified file type as the file format, the file will be encrypt if the password is not null.
|
Save(String,String) |
Save the workbook to stream, it will use the specified file type as the file format, the file will be encrypt if the password is not null.
|
Save(String,ExcelFileType,String) |
Save the workbook to file, it will use the specified file type as the file format, the file will be encrypt if the password is not null.
|
See Also