I have a list of strings, and I'd like to call INSERTDATA with multiple rows for each item in my list. How can I do this?

后端 未结 0 1465
死守一世寂寞
死守一世寂寞 2021-01-16 15:56

I have a list of names.

| aaa | =insertdata("http://url/api/" & A1) |
| bbb | =insertdata("http://url/api/" & A2) |
| ccc | =inser         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题