{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"}],"enrichment":{"capability":"Reads, manipulates, and writes xlsx and xlsm files by wrapping openpyxl's read_only and write_only modes, letting you work with Excel data as Python dictionaries and lists.","skillfed_tags":["excel-io","data-format"],"use_cases":["Extract data from xlsx files into Python dictionaries for data processing pipelines","Generate xlsx reports programmatically from Python data structures","Read partial data from large xlsx files using row and column limits to manage memory","Convert xlsx files to and from in-memory buffers for web uploads and downloads","Integrate xlsx handling into pyexcel-based data workflows without explicit imports"],"what_it_does":"pyexcel-xlsx is a lightweight wrapper around openpyxl that simplifies reading and writing Excel files in xlsx and xlsm formats. It abstracts away openpyxl's lower-level API, letting you work directly with Python dictionaries and lists instead of cell objects. The library is designed to be used standalone or as a plugin for pyexcel, the larger data-manipulation framework.\n\nIt uses openpyxl's read_only and write_only modes for efficiency, though this means fonts, colors, charts, and password-protected files are not supported. You can read and write to files on disk or in memory, and it supports pagination features for working with large spreadsheets by reading only a subset of rows or columns.","worth_installing":"Yes. It has low install friction, active maintenance, permissive licensing, no known vulnerabilities, and solves a common task (xlsx I/O) cleanly. Install it if you need straightforward Excel file handling without styling or macro support."},"id":"pyexcel-xlsx","links":{"html":"https://skillfed.io/packages/pyexcel-xlsx","md":"https://skillfed.io/packages/pyexcel-xlsx.md","pypi":"https://pypi.org/project/pyexcel-xlsx/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-03-05","license_spdx":null,"license_treatment":"permissive","name":"pyexcel-xlsx","python_support":"supports_current","summary":"A wrapper library to read, manipulate and write data in xlsx and xlsmformat"},"popularity":{"monthly_downloads":1399183,"position":3955,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.1"}
