B
B
badrbot2019-03-22 18:00:40
Python
badrbot, 2019-03-22 18:00:40

How do I write this data to excel via python?

I'm parsing the following data example: SENIOR DEVELOPER; /senior-developer-worka-v-tallinne-betsson-services-ltd-581945; Betsson Services Ltd; Tallinn; 850; 1000;
and I will need to import them into excel in something like this
5c94f82a45a53275918202.png
. Only there is a lot of data and I don’t know how many of them. How to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2019-03-22
@rvs_ie

The easiest way is probably to unload the data in csv, and it is easy to import from csv to excel.
There are many examples here: https://realpython.com/python-csv/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question