BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("nl-NL");
System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("nl-NL");
ExcelEngine excelEngine = new ExcelEngine();
IApplication application = excelEngine.Excel; |