Link Search Menu Expand Document

SpreadsheetSaveAsXLSX Method (String, String)

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,
	string Password
)

Parameters

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

Implements

ISpreadsheetSaveAsXLSX(String, String)
See Also

Reference