i’m tring to write cell in an xls file, when the cell is empty it works fine, but when trying to write an other value in the same cell i have the following error:
RemoteException wrapping NPOI.Util.RecordFormatException: Unable to construct record instance
Read the excel file into a data table variable.
Write the excel file again using Write Range Activity into another excel file
Perform the write cell operation on this new file.