Skip to content

Commit

Permalink
chore: export AutoReaderOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Oct 5, 2024
1 parent 72e74b0 commit 4e3ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ use std::io::{BufReader, Read, Seek};
use std::ops::{Index, IndexMut};
use std::path::Path;

pub use crate::auto::{open_workbook_auto, open_workbook_auto_from_rs, Sheets};
pub use crate::auto::{open_workbook_auto, open_workbook_auto_from_rs, AutoReaderOptions, Sheets};
pub use crate::datatype::{Data, DataRef, DataType, ExcelDateTime, ExcelDateTimeType};
pub use crate::de::{DeError, RangeDeserializer, RangeDeserializerBuilder, ToCellDeserializer};
pub use crate::errors::Error;
Expand Down

0 comments on commit 4e3ea3e

Please sign in to comment.