Hello Brian,
This DLL is present till 17.0 (was present in 16 also and after 17.0 i haven't checked yet).
Regarding usage :
public static class ExcelHelper
{
public static void ActivateSheet(Workbook workbook, string sheetName)
public static void AutoFitColumnsInAllWorksheets(Workbook workbook)
public static void AutoFitRangeColumns(Workbook workbook, string sheetName, string rangeName)
public static void BorderAroundRange(Workbook workbook, string sheetName, string rangeName, int lineStyle)
public static Workbook CallOpen(Application application, string fileName)
public static void CallQuit(Application application)
}
This was the ExcelHelper class and these are the function that i am using from it.
Is there any alternative for it ?
or they have been moved to some other DLL ?