pub trait SST { // Required method fn get_sst(&mut self) -> Result<(), ExcelizeError> where Self: Sized; }