GridJsWorkbook.SaveToExcelFile

SaveToExcelFile(Stream)

Saves the memory data to the sream, baseed on the origin file format.

public void SaveToExcelFile(Stream stream)
ParameterTypeDescription
streamStreamThe stream to save.

See Also


SaveToExcelFile(string)

Saves the memory data to the file path,if the file has extension ,save format is baseed on the file extension .

public void SaveToExcelFile(string path)
ParameterTypeDescription
pathStringThe file path to save.

See Also