Skip to content

clone_above_row

Latest
Compare
Choose a tag to compare
@gorn gorn released this 26 Sep 20:52
· 2 commits to master since this release
  • implementing row.clone_above_row(index) - it clones the row above row with index "index". The clone looks exactly like the ofiginal, including all formats and other future features, because it is done on xml level.
  • adding some tests (#43) and docs
  • easing some dependencies (by @vtamara )