Skip to main content

XLSX exporter for Scrapy

Project description

scrapy-xlsx is a Scrapy exporter that supports the XLSX format. It produces files that can be read with Microsoft Excel or LibreOffice Calc.

Usage

Install the library using pip:

$ pip install scrapy-xlsx

Configure the exporter in your Scrapy project settings.py file:

FEED_EXPORTERS = {
    'xlsx': 'scrapy_xlsx.XlsxItemExporter',
}

Run your spider and export the data to XLSX (this command will overwrite the output file if it already exists):

$ scrapy crawl myspider -o output.xlsx

License

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrapy-xlsx-0.1.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

scrapy_xlsx-0.1.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page