[]
Saves the contents of the Spread component to a Response object in Excel file format with default settings.
public bool SaveExcelToResponse()
Public Function SaveExcelToResponse() As Boolean
Type | Description |
---|---|
bool |
Saves the contents of the Spread component to a Response object in Excel file format with the specified file name.
public bool SaveExcelToResponse(string fileName)
Public Function SaveExcelToResponse(fileName As String) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | File name |
Type | Description |
---|---|
bool |
Saves the contents of the Spread component to a Response object in Excel file format with the specified file name.
public bool SaveExcelToResponse(string fileName, string password)
Public Function SaveExcelToResponse(fileName As String, password As String) As Boolean
Type | Description |
---|---|
bool |
Saves the contents of the Spread component to a Response object in Excel file format with the specified file name and Excel save options.
public bool SaveExcelToResponse(string fileName, ExcelSaveFlags flag)
Public Function SaveExcelToResponse(fileName As String, flag As ExcelSaveFlags) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | File name |
ExcelSaveFlags | flag | Excel save options |
Type | Description |
---|---|
bool |
Saves the contents of the Spread component to a Response object in Excel file format with the specified file name and Excel save options.
public bool SaveExcelToResponse(string fileName, ExcelSaveFlags flag, string password)
Public Function SaveExcelToResponse(fileName As String, flag As ExcelSaveFlags, password As String) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | File name |
ExcelSaveFlags | flag | Excel save options |
string | password | Password of file |
Type | Description |
---|---|
bool |