Hi dharmendr,
row.cell(26) error?
----------------------------------------------------------------------------
Sequence contains no matching element
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Sequence contains no matching element
Source Error:
Line 75: Dim columnIndex As Integer = 0
Line 76: For Each cell As TableCell In grid.HeaderRow.Cells
Line 77: ws.Cell(String.Format("{0}{1}", Char.ConvertFromUtf32(aCode + columnIndex), rowIndex)).Value = cell.Text
Line 78: ws.Cell(String.Format("{0}{1}", Char.ConvertFromUtf32(aCode + columnIndex), rowIndex)).Style.Border.OutsideBorder = XLBorderStyleValues.Thin
Line 79: columnIndex += 1