Skip to main content

ExcelDataSourceConnectionParameters(String, String) Constructor

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Initializes a new instance of the ExcelDataSourceConnectionParameters class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v25.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ExcelDataSourceConnectionParameters(
    string fileName,
    string password
)

Parameters

Name Type Description
fileName String

A String value that specifies the path to an Excel workbook/CSV file.

password String

A String value that specifies the password used to access the protected Excel workbook.

See Also