committed by
Nicolás Hatcher Andrés
parent
7777f8e5d6
commit
264fcac63c
@@ -195,6 +195,11 @@ impl UserModel {
|
||||
self.model.to_bytes()
|
||||
}
|
||||
|
||||
/// Returns the internal model
|
||||
pub fn get_model(&self) -> &Model {
|
||||
&self.model
|
||||
}
|
||||
|
||||
/// Returns the workbook name
|
||||
pub fn get_name(&self) -> String {
|
||||
self.model.workbook.name.clone()
|
||||
|
||||
Reference in New Issue
Block a user