Hi Team,
We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs
// Create a new workbook
Workbook workbook1 = new Workboo…...Add(”=AVERAGE(4,5,6)”); // Set import options with IsFormulas property...workbook1.ParseFormulas(true); // Import data with formulas cells1.ImportData(dt1...