Line 26: // XLWorkbook workbook = new XLWorkbook(@"C:\VK\SampleSite\EXCELChnage\EXCELChnage\GCP_01 Report Output Apr 2.xlsx");
Line 27: // ExcelBeforeFormat(path, 3);
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: Error in implicit conversion. Cannot convert null object.
Line 27: // ExcelBeforeFormat(path, 3);
Line 28: XLWorkbook workbook = new XLWorkbook(path); -- Inthe line getting errorError in implicit conversion. Cannot convert null object.
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: Error in implicit conversion. Cannot convert null object.