示例#1
0
 public static void DoExportSpreadsheet()
 {
     GDEExcelManager.DoExport();
 }
示例#2
0
 static void GDEClearExcelSettings()
 {
     GDEExcelManager.ClearExcelSettings();
 }
示例#3
0
 public static void DoSpreadsheetImport()
 {
     GDEExcelManager.DoImport();
 }