Link Search Menu Expand Document

SpreadsheetWebControlSaveAsXLSX Method

Saves data in XLSX format to a file with specified name

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void SaveAsXLSX(
	string FileName
)

Parameters

FileName
Type: SystemString
Name of the file to save to.
See Also

Reference