Skip to content

Version 1.0.0

Choose a tag to compare

@MathNya MathNya released this 14 Aug 14:56
· 452 commits to master since this release

New feature

  • remove deprecated functions
  • new function move_range
let range = "C5:F9";
let row = 12;
let column = 4;
book.get_sheet_by_name_mut("Sheet1").unwrap().move_range(range, &row, &column);

Bug Fix

Thanks for the great PR.

ggodlewski
zjhsd2007
boseongkim32