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