Excel append range gives UiPath.Excel.ExcelException: Could not write the data table DataTable starting with cell A1

Check data to be written in excel file, the data might contain special characters, formulas etc bad data which results in failure while writing to excel file.
Alternative solution, use workbook write range

Continuing the discussion from Excel append range gives UiPath.Excel.ExcelException: Could not write the data table DataTable starting with cell A1:

@ajit_jadhav did you got the solution for this error