public static void OpenExcelFile()
 {
     Debug.LogError(SQLite3Path.GetSingleExcelPath());
 }
 public static void SaveScriptFolder()
 {
     Debug.LogError(SQLite3Path.GetScriptSaveFolder());
 }
 public static void SaveDbFolder()
 {
     Debug.LogError(SQLite3Path.GetDbSavePath());
 }
 public static void OpenExcelFolder()
 {
     Debug.LogError(SQLite3Path.GetExcelFolder());
 }