开发者

Seek, move front back in a file cut and paste

开发者 https://www.devze.com 2022-12-22 04:10 出处:网络
I need to do the following things开发者_如何学Python for a text file..and insert the seeked words to a excel please give me some tips:

I need to do the following things开发者_如何学Python for a text file..and insert the seeked words to a excel please give me some tips:

Seek the letter sequence anywhere in the file "stg-" take the first two characters from where it is searched ... eg if the sentence has abc-stg-c5-sfdsdf then it should take c5 and this c5 should insert in the first column first row of the excel file.


My first impression is that the search is best conducted by using a Regex.

You don't say if you have an open instance of Excel (i.e. you can do the insert using Excel automation), or if you want to write it directly into an Excel compatible file - in which case you may find it simplest to write a comma-delimited file.

Does this help?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号