Write Cell: Unable to cast object of type 'System.Double' to type 'UiPath.Excel.IReadWriteCellRef'


For each row in data table > If else > log message > excel process scop > use excel file > write cell

@Fel_U,

Where to write property value should be like this.

Excel.Sheet("Sheet1").Cell("A1")

Update and try.

Hi,

Are you using ForEachExcelRow activity?

If so, it’s unnecessary to use WriteCell. Can you try the following Assign activity?

 CurrentRow("Status") = "Present"

Regards,