{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/3"},{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Converts Excel spreadsheets (.xlsx files) to HTML tables while preserving cell formatting, with support for locale-specific number and date rendering.","skillfed_tags":["excel-conversion","data-export"],"use_cases":["Export financial reports or data tables from Excel to embed in web dashboards or email templates.","Batch convert spreadsheet archives to HTML for archival or documentation purposes.","Generate HTML previews of uploaded Excel files in web applications without server-side rendering.","Automate spreadsheet-to-web workflows where cell formatting (alignment, number display) matters.","Convert locale-specific spreadsheets (e.g., European number formats) to correctly formatted HTML tables."],"what_it_does":"xlsx2html is a lightweight Python converter that reads Excel workbooks and outputs them as HTML tables. It wraps openpyxl for reading .xlsx files and uses babel for locale-aware formatting of numbers and dates. The package is designed for straightforward export scenarios where you need to turn spreadsheet data into web-viewable HTML while maintaining basic cell formatting.\n\nThe library supports multiple input/output modes: reading from file paths, working with file-like objects in memory, or running as a command-line tool. It's in Alpha status and actively maintained, supporting Python 3.6 through 3.14 and PyPy. With no known vulnerabilities and permissive MIT licensing, it's a low-risk choice for simple xlsx-to-html pipelines.","worth_installing":"Yes, if you need straightforward xlsx-to-HTML conversion with basic formatting preservation. Low install friction, active maintenance, MIT license, and no vulnerabilities make it safe. Best suited for simple export tasks; verify first whether its formatting support (colors, fonts, merged cells) meets your specific needs before relying on it for complex spreadsheets."},"id":"xlsx2html","links":{"html":"https://skillfed.io/packages/xlsx2html","md":"https://skillfed.io/packages/xlsx2html.md","pypi":"https://pypi.org/project/xlsx2html/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-23","license_spdx":null,"license_treatment":"permissive","name":"xlsx2html","python_support":"supports_current","summary":"A simple export from xlsx format to html tables with keep cell formatting"},"popularity":{"monthly_downloads":194139,"position":9845,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.4"}
