pub async fn clone_row_band(
file: PathBuf,
sheet_name: String,
source_rows: String,
before: Option<u32>,
after: Option<u32>,
insert_at: Option<u32>,
repeat: u32,
expand_adjacent_sums: bool,
patch_targets: ClonePatchTargetsArg,
merge_policy: CloneMergePolicyArg,
dry_run: bool,
in_place: bool,
output: Option<PathBuf>,
force: bool,
) -> Result<Value>