I have to clear the existing cell value using NPOI in C#
I tried this but not working cell.SetCellValue(null);
Did you tried to remove cell?
worksheet.GetRow(0).RemoveCell(0);