0
can some one show how can we pull text data from webpage to excel file
data transfer webpage to excel
3 Antworten
+ 1
you can use csv module to read or pull files from spreadsheets
0
i dont know how it works in python, but you need to know that excel file is a "comma seperated values" file.
the columns seperated with comma and rows seperated with newline (\n). think how to do that.
i hope it will help you.
sorry for my english if i made a mistakes
0
thanks for the info, I didn't knew this