GridJsWorkbook.SaveToHtml

SaveToHtml(string)

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

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

See Also


SaveToHtml(Stream)

Saves the memory data to the sream,the save format is html

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

See Also