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