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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrapy-xlsx-0.1.1.tar.gz.
File metadata
- Download URL: scrapy-xlsx-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb82ff8b0e576d9eb9d31acb872dd85b0de1630c831a00d973b88bfeb1b97332
|
|
| MD5 |
3512c22639e498fdeff3d89b672e0bbd
|
|
| BLAKE2b-256 |
6e1eb31c8313fa74d56f958d059bc1f6a5da421fcd66b4e7d130854de27811fc
|
File details
Details for the file scrapy_xlsx-0.1.1-py3-none-any.whl.
File metadata
- Download URL: scrapy_xlsx-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0efbc211c20c9290c796492de861c02ee9c82d01b3babad6b62ca6f1f5a3272f
|
|
| MD5 |
3eb4edb30c79972e4368a380487ceba8
|
|
| BLAKE2b-256 |
0f94a58fcdc3938abcca8bdfdfbacc122e784806ca8c6efb7cd158ff435c6cc3
|