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.
Release files for scrapy-xlsx 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scrapy-xlsx-0.1.1.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scrapy_xlsx-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.2 kB
Release files / scrapy-xlsx-0.1.1.tar.gz
| Download URL | scrapy-xlsx-0.1.1.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb82ff8b0e576d9eb9d31acb872dd85b0de1630c831a00d973b88bfeb1b97332
|
|
BLAKE2b-256 checksum How to use checksums |
6e1eb31c8313fa74d56f958d059bc1f6a5da421fcd66b4e7d130854de27811fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / scrapy_xlsx-0.1.1-py3-none-any.whl
| Download URL | scrapy_xlsx-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0efbc211c20c9290c796492de861c02ee9c82d01b3babad6b62ca6f1f5a3272f
|
|
BLAKE2b-256 checksum How to use checksums |
0f94a58fcdc3938abcca8bdfdfbacc122e784806ca8c6efb7cd158ff435c6cc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|