Skip to main content

针对openpyxl的功能扩展

Project description

Installation via pip

pip install openpyxl_autofill

Usage

from openpyxl import load_workbook
import openpyxl_autofill
openpyxl_autofill.enable_all()
wb = load_workbook(...)
ws = wb.active
ws.insert_rows(...)
...

Extensions for openpyxl

sort

Sorts the cells within the given range.

insert

Insert rows and insert cols. Auto adjust merged cells, formulas and tables.

delete

Delete rows and delete cols. Auto adjust merged cells, formulas and tables.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openpyxl_autofill-0.2.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

openpyxl_autofill-0.2.2-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page