Link Search Menu Expand Document

ISpreadsheetSaveAsXLSX Method (String, String)

Saves data in XLSX format to a file with specified name.

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

Parameters

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

Reference