With crawler written by scrapy+redis+mongodb, the crawled data can be stored in mongodb and exported to excel format?
Of course you can.
scrapy
You can specify the format of the saved data by yourself, which is supported by default.json,xml,csv
Such as three formats.scrapy crawl projectname -o items.csv
Then you can put this
csv
File conversionexcel
Format.This conversion is very simple.
Of course, you can search,
mongodb
Did you export data as followsexcel
The method of.