Convert HTML Table to Excel file
Project description
HTML2Excel Documentation
Library to convert HTML Tables to Excel file.
Installation
pip install html2excel
Usage
Running from command line
python -m html2excel input_file output_file
Using as package
from html2excel import ExcelParser
input_file = '/tmp/text_file.html'
output_file = '/tmp/converted_file.xlsx'
parser = ExcelParser(input_file)
parser.to_excel(output_file)
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
html2excel-0.0.3.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file html2excel-0.0.3.tar.gz
.
File metadata
- Download URL: html2excel-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f81e6b978a798b24abf330067f569e8adb1094e0bfe169f96fbc11f272fc9e2b |
|
MD5 | 42db368d79adea6066f865eea4ca0ab7 |
|
BLAKE2b-256 | bb4241d7bf81fd1af30a5be38b5a241bffc321919d6110df03d97e02032dc6de |
File details
Details for the file html2excel-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: html2excel-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb9134d4de2df5a4abcb3b5afb6846a0960f4d121fe5da989820e1a60bfa3671 |
|
MD5 | 690f7a418c83a56dd8efac7b14ee52a1 |
|
BLAKE2b-256 | 7abf0fc62f638b1d9aac9504f0f878147fb5517dd710f0ea2a0954cea939c857 |