{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/3"},{"label":"Office/Business","url":"https://skillfed.io/packages/category/office-business"}],"enrichment":{"capability":"Converts XLSX spreadsheet files to CSV format, handling large files efficiently through command-line or Python API.","skillfed_tags":["spreadsheet-conversion","cli-tool","data-pipeline"],"use_cases":["Batch convert a directory of XLSX files to CSV for data pipeline ingestion or legacy system compatibility.","Extract specific sheets from multi-sheet workbooks while filtering by name patterns to automate report generation.","Programmatically convert XLSX data to CSV within Python scripts for ETL workflows or data cleaning tasks.","Customize CSV output encoding, delimiters, and date formats to match downstream system requirements.","Convert XLSX files from STDIN or write CSV output to STDOUT for integration into shell pipelines."],"what_it_does":"xlsx2csv is a lightweight command-line tool and Python library that converts Microsoft Excel XLSX files to comma-separated values (CSV) format. It parses the underlying XML structure of XLSX files using an Expat SAX parser, supporting both single-sheet and multi-sheet conversion with options to filter sheets by name or pattern, customize delimiters and line terminators, override date and float formatting, and preserve hyperlinks.\n\nYou can use it as a standalone script from the command line, process entire directories of XLSX files in batch, or import it as a Python module within your own code. It requires no external dependencies beyond the Python standard library, making deployment straightforward across many Python versions.","worth_installing":"Yes. xlsx2csv is a stable, dependency-free tool with active maintenance, no known vulnerabilities, and permissive licensing. Install it if you need reliable XLSX-to-CSV conversion in batch workflows or Python code. The low install friction and broad Python version support make it a practical choice for straightforward conversion tasks."},"id":"xlsx2csv","links":{"html":"https://skillfed.io/packages/xlsx2csv","md":"https://skillfed.io/packages/xlsx2csv.md","pypi":"https://pypi.org/project/xlsx2csv/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-01-30","license_spdx":null,"license_treatment":"permissive","name":"xlsx2csv","python_support":"unspecified","summary":"xlsx to csv converter"},"popularity":{"monthly_downloads":1557117,"position":3767,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.8.6"}
