MainWeb.ImportExcelFile

ImportExcelFile(string, string)

Imports from an excel file.

public void ImportExcelFile(string fileName, string passwordtoOpen)
ParameterTypeDescription
fileNameStringThe excel file’s name.
passwordtoOpenStringthe open password for the file which is encrypted .

See Also


ImportExcelFile(string)

Imports from an excel file.

public void ImportExcelFile(string fileName)
ParameterTypeDescription
fileNameStringThe excel file’s name.

See Also


ImportExcelFile(Stream, string)

Imports from an excel file stream, including disk file stream or memory stream.

public void ImportExcelFile(Stream stream, string passwordtoOpen)
ParameterTypeDescription
streamStreamThe excel file’s stream, including disk file stream or memory stream.
passwordtoOpenStringthe open password for the file which is encrypted .

See Also


ImportExcelFile(Stream)

Imports from an excel file stream, including disk file stream or memory stream.

public void ImportExcelFile(Stream stream)
ParameterTypeDescription
streamStreamThe excel file’s stream, including disk file stream or memory stream.

See Also