pub struct XlsxReader { /* private fields */ }Implementations§
Source§impl XlsxReader
impl XlsxReader
pub fn new(options: XlsxOptions) -> Self
pub fn read_from_bytes(&self, _bytes: &[u8]) -> Result<Value>
pub fn list_sheets(_bytes: &[u8]) -> Result<Vec<String>>
Auto Trait Implementations§
impl Freeze for XlsxReader
impl RefUnwindSafe for XlsxReader
impl Send for XlsxReader
impl Sync for XlsxReader
impl Unpin for XlsxReader
impl UnsafeUnpin for XlsxReader
impl UnwindSafe for XlsxReader
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