专栏文章
没有任何数据~~
最近问题
最新评论
  • List.ReplaceMatchingItems 怎么在原始列上替换? at 2023-06-04 15:54:53

    file
    let
    源 = Excel.CurrentWorkbook(){[Name="表1"]}[Content],
    xinlie = {1..3},
    zip = List.Zip({源[B],xinlie}),
    自定义1 = List.Accumulate(zip,源,(x,y)=>Table.ReplaceValue(x,y{0},y{1},Replacer.ReplaceValue,{"B"}))
    in
    自定义1
    之前考虑过这个问题,暂时想到这种处理方式