Skip to content

Commit

Permalink
support to get merged region
Browse files Browse the repository at this point in the history
  • Loading branch information
gongyan committed Feb 27, 2024
1 parent 443ab3e commit d816039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ use crate::formats::{
use crate::utils::read_usize;
use crate::utils::{push_column, read_f64, read_i16, read_i32, read_u16, read_u32};
use crate::vba::VbaProject;
use crate::{Cell, CellErrorType, Data, Metadata, Range, Reader, Sheet, SheetType, SheetVisible};
use crate::{
Cell, CellErrorType, Data, Dimensions, Metadata, Range, Reader, Sheet, SheetType, SheetVisible,
};

#[derive(Debug)]
/// An enum to handle Xls specific errors
Expand Down

0 comments on commit d816039

Please sign in to comment.