Home > other >  Python CSV operation specified cell (excel turn CSV)
Python CSV operation specified cell (excel turn CSV)

Time:09-27

Originally a excel file, need to fill in some of the cells in python with some data, this in dealing with excel is easy to implement,

Now required to excel to CSV, realize the same function, because the CSV is not the sort of standard header CSV, each line is not the standard data, and no found in the python to CSV operating method of a cell, only operate on the entire line, so what should I do to achieve this like operating original excel function?

CodePudding user response:

Read, rewrite, too fast

CodePudding user response:

https://blog.csdn.net/qq_33689414/article/details/78307031? Utm_source=blogxgwz4

CodePudding user response:

Advice to excel operation first, and then into a CSV file
  • Related