For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvertToCSV

Converts Excel file to CSV.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Path : String

Path to the Excel file.

Default: C:\tmp\ExcelFile.xlsx Example: C:\tmp\ExcelFile.xlsx

Task Result

Name
Description

Success : Boolean

Conversion's status. False if conversion fails. Example: false

CSV : String

Excel-conversion to CSV. Example: "Foo,Bar,Kanji 働,Summa\r\n1,2,3,6\r\nKuva,1,2,3\r\n,,,\r\nFoo,,,\r\n,Bar,,\r\n"

ErrorMessage : String

Exception message. Example: Error while converting Excel file to CSV

Task Changelog

Changelog for Task Frends.Excel.ConvertToCSV.

[1.1.0] - 2026-01-22

Fixed

  • Open Excel files with FileAccess.Read to support read-only files

[1.0.2] - 2023-08-01

Fixed

  • Fixed Options.ShouldReadSheet method to check if the Sheet name equals to the given name.

[1.0.1] - 2022-08-05

Change

  • Documentation updates

[1.0.0] - 2022-02-24

Added

  • Initial implementation

Last updated

Was this helpful?