GridJsWorkbook.SaveToXlsx

SaveToXlsx(string)

Saves the memory data to the file path,the save format is xlsx.

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

See Also


SaveToXlsx(Stream)

Saves the memory data to the sream,the save format is xlsx.

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

See Also