pub struct ExcelImporter { /* private fields */ }Expand description
Excel importer for converting .xlsx files to v1.0.0 YAML models
Implementations§
Source§impl ExcelImporter
impl ExcelImporter
Sourcepub fn import(&self) -> ForgeResult<ParsedModel>
pub fn import(&self) -> ForgeResult<ParsedModel>
Import Excel file to ParsedModel
§Errors
Returns an error if the Excel file cannot be opened or parsed.
Auto Trait Implementations§
impl Freeze for ExcelImporter
impl RefUnwindSafe for ExcelImporter
impl Send for ExcelImporter
impl Sync for ExcelImporter
impl Unpin for ExcelImporter
impl UnsafeUnpin for ExcelImporter
impl UnwindSafe for ExcelImporter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more