Parse
Converts Excel file to data set. https://tasks.frends.com/tasks#frends-tasks/Frends.Excel.Parse
Last updated
Was this helpful?
Converts Excel file to data set. https://tasks.frends.com/tasks#frends-tasks/Frends.Excel.Parse
Task version: 1.2.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Path : String
Path to the Excel file.
Default: C:\tmp\ExcelFile.xlsx
Example: -
ThrowErrorOnFailure : Boolean
Choose if exception should be thrown when conversion fails.
Default: true
Example: -
Success : Boolean
False if conversion fails.
ErrorMessage : String
Exception message.
DataSet : DataSet
Parsed Excel data set.
Changelog for Task Frends.Excel.Parse.
Ensure FrendsTaskMetadata.json is included in NuGet package
Open Excel files with FileAccess.Read to support read-only files
Initial implementation
Last updated
Was this helpful?
Was this helpful?

