A Chrome extension that allows you to export all HTML tables on the current webpage into a single Excel file. Each table is saved as a separate sheet within the Excel workbook. Navigate to any webpage ...
EXCEL-TO-MARKDOWN │ ├── .venv ├── data │ ├── input │ └── output ├── docs ├── excel_to_markdown │ ├── __init__.py │ ├── main.py │ ├── detector.py │ ├── parser.py ...