Html2excel
Convert HTML tables to excel files
Install / Use
/learn @Annmayn/Html2excelREADME
HTML2Excel Documentation
Library to convert HTML Tables to Excel file.
While libraries like pandas do read html files, they often don't work with merged cells and line breaks. This library was created with the sole intention of converting HTML tables to Excel files as they're seen while opening them with softwares such as MS Excel and LibreOffice.
A sample flask host code is provided in this link
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)
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
