{"categories":[{"label":"Spreadsheet","url":"https://skillfed.io/packages/category/office-business-financial-spreadsheet"}],"enrichment":{"capability":"xlutils provides utilities for reading, writing, copying, and filtering Excel files by bridging xlrd and xlwt packages.","skillfed_tags":["excel-legacy","abandoned"],"use_cases":["Read an Excel file with xlrd, modify its content, and write it back using xlutils.copy and xlutils.save.","Filter or split large Excel files into smaller workbooks based on row or column criteria using xlutils.filter.","Determine how much of an Excel file contains actual data versus empty cells using xlutils.margins.","Copy formatting and styles from one Excel workbook to another using xlutils.styles."],"what_it_does":"xlutils is a collection of utilities that work with Excel files by combining functionality from xlrd and xlwt. It provides modules for copying Excel workbooks, displaying spreadsheet information, filtering and splitting files, detecting data margins, saving modified workbooks, and manipulating cell styles. The package acts as a bridge between xlrd and xlwt, which were designed separately and do not directly interoperate.\n\nThe package is mature but abandoned, with its last release in 2016-06-09. It supports Python 2 and early Python 3 versions according to classifiers. While it has no known security vulnerabilities, its age raises questions about compatibility with modern Python versions and current Excel formats.","worth_installing":"No\u2014not for new projects. The package is abandoned (last release 2016-06-09) and receives no active maintenance. Only consider xlutils if you must maintain legacy code that already depends on it."},"id":"xlutils","links":{"html":"https://skillfed.io/packages/xlutils","md":"https://skillfed.io/packages/xlutils.md","pypi":"https://pypi.org/project/xlutils/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-06-09","license_spdx":null,"license_treatment":"permissive","name":"xlutils","python_support":"unspecified","summary":"Utilities for working with Excel files that require both xlrd and xlwt"},"popularity":{"monthly_downloads":1024542,"position":4486,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.0.0"}
