示例#1
0
 public Engine()
 {
     // The license key to use Gembox.Spreadsheet is not included in
     // this source code. To obtain a license key, visit Gembox website
     var key = new GemBox.LicenseKey.Key();
     string excelKey = key.ExcelKey37;
     SpreadsheetInfo.SetLicense(excelKey);
 }
示例#2
0
        public Engine()
        {
            // The license key to use Gembox.Spreadsheet is not included in
            // this source code. To obtain a license key, visit Gembox website
            var    key      = new GemBox.LicenseKey.Key();
            string excelKey = key.ExcelKey37;

            SpreadsheetInfo.SetLicense(excelKey);
        }