Can I use Python to read individual cells from a spreadsheet & write a new text file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can I use Python to read individual cells from a spreadsheet & write a new text file?

I'm talking about very long spreadsheets, 1000 rows or more with about 20 columns. I only need about six of the columns (slightly re-ordered with some added punctuation). I would like to automate this monthly work task that has come before me after an old school 80-year-old data entry clerk retired 2 months ago. Is Python the best (or at least suitable) language for this or should I study a different language?

27th Nov 2016, 3:36 AM
Chillbilly Rube
Chillbilly Rube - avatar
3 Answers
27th Nov 2016, 8:49 AM
Дмитрий Васильев
Дмитрий Васильев - avatar
+ 2
I recommend you look into the pandas module with python. It's a great way to work with such documents.
28th Nov 2016, 5:56 PM
Agaba Ivan
Agaba Ivan - avatar
+ 1
You are good to go with python.... what you can get here you can't get from other languages....👐
27th Nov 2016, 12:18 PM
Ehijie
Ehijie - avatar