Skip to content

Commit

Permalink
Resolving merge failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalreminder committed Apr 13, 2024
1 parent 07a4cdb commit 36e5461
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
!/resources/new.xlsx
!/tests/xlsx/*.xlsx
#*.bat
/examples/demo.rs
/examples/demo.rs
!/tests/output/
Binary file modified examples/pics/capybara.bmp
Binary file not shown.
1 change: 1 addition & 0 deletions examples/read_and_copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn main() -> WorkbookResult<()> {

// Synchronous column width and format
let columns_map = reading_sheet.get_columns_with_format("A:XFD")?;
writing_sheet.set_default_column(reading_sheet.get_default_column());
columns_map.iter().for_each(|(col_range, (column, format))| {
if let Some(format) = format {
// if col format exists, write it to writing_sheet
Expand Down
Binary file added tests/output/capybara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36e5461

Please sign in to comment.