针对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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file openpyxl_autofill-0.2.2.tar.gz
.
File metadata
- Download URL: openpyxl_autofill-0.2.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e56662c403a6fa289ea4c6242a1bd5b61d046fd64e08b80bba1967c475367121 |
|
MD5 | 75901cfaf90702ccece963717cf8d8f7 |
|
BLAKE2b-256 | da50770a557a0ec47c18f1c32fe1abc475dac0402bc9806fa5077afa9b891a7e |
File details
Details for the file openpyxl_autofill-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: openpyxl_autofill-0.2.2-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d19b4d0de4000dae3cfc1917d1b1111531489a79d1b408fe3647b2d23c00373 |
|
MD5 | 85b6b681a560afe75e48806098eb080c |
|
BLAKE2b-256 | 608057387ba92f69f675e7a287554a88d6efa8d505de5b37ccd07d9adbdf0c0a |