I found similar threads on the forum, have you try it?
In your project you actually have two different versions of the CsvHelper library loaded. UiPath.Excel.Activities 2.24.4 depends on CsvHelper 15.0.5, while UiPath.System.Activities.Runtime 25.10.3 pulls CsvHelper 33.0.1.
The fix is to align your package versions so that Excel and System.Activities use the same CsvHelper version.
I have downgraded the Excel and System packages.
Their versions now are
“UiPath.Excel.Activities”: “[2.24.4]”
“UiPath.System.Activities”: “24.10.4”
The CsvHelper is 16.0.0 in the “UiPath.System.Activities”: “24.10.4”. Although it shows that UiPath.Excel.[Activities] 2.24.4 depends on CsvHelper 15.0.5 it shows it resolved to 16.0.0.
The downgrading solved my problem