[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Save

Save Method

Save(string)

将当前工作表保存到文件。

Declaration
void Save(string fileName)
Parameters
Type Name Description
string fileName

指定的文件名。

Save(string, SaveFileFormat)

将当前工作表保存到指定格式的文件。

Declaration
void Save(string fileName, SaveFileFormat fileFormat)
Parameters
Type Name Description
string fileName

指定的文件。

SaveFileFormat fileFormat

文件的格式。

Save(Stream, SaveFileFormat)

将当前工作表保存到指定格式的文件流。

Declaration
void Save(Stream fileStream, SaveFileFormat fileFormat)
Parameters
Type Name Description
Stream fileStream

指定的文件流。

SaveFileFormat fileFormat

文件流的格式。

Save(string, SaveOptionsBase)

将当前工作表保存到指定文件。

Declaration
void Save(string fileName, SaveOptionsBase options)
Parameters
Type Name Description
string fileName

指定的文件。

SaveOptionsBase options

保存文件的选项。

Save(Stream, SaveOptionsBase)

将当前工作表保存到指定的文件流。

Declaration
void Save(Stream fileStream, SaveOptionsBase options)
Parameters
Type Name Description
Stream fileStream

指定的文件流。

SaveOptionsBase options

保存文件流的选项。