public static void Init() { window = (ReadExcel)EditorWindow.GetWindow(typeof(ReadExcel), false, "Read Excel"); window.Show(); }