pub enum JVWorkspaceSheetInput { Active(String), Add(String), Delete(String), ListAll, PrintPath(String), }