Update specific cell of excel file using oledb

后端 未结 2 1810
故里飘歌
故里飘歌 2021-01-28 14:42

I want to update the specific cell of the excel file using oledb. Say I7 cell, for some reason always I1 is getting updated. Can anyone tell me what\'s wrong with this code?

2条回答
  •  心在旅途
    2021-01-28 15:06

    This may purely be an issue with the cell address scheme you're using. Try $I$7:$I$7 intsead. Also, what is that F1 thing in the query?

提交回复
热议问题