格子 (xlwings)
介绍
python xlwings 的草蟒中文版,提供强大易用的 Office 电子表格处理功能
安装方法
python -m pip install -U grasspy-xlwings
使用说明
# 一个简单示例
导入 格子
>>> 工作簿 = 格子.〇工作簿() # 创建一个新工作簿
>>> 工作表 = 工作簿.工作表々['Sheet1'] # 获取一个工作表对象
>>> 工作表.范围('A1').值 = '姓名'
>>> 工作表.范围('A1').值
'姓名'
>>> 工作表.范围('A1').值 = [['小美', '小刚', '小王'], [10.0, 20.0, 30.0]]
>>> 工作表.范围('A1').扩展().值
[['小美', '小刚', '小王'], [10.0, 20.0, 30.0]]
Release files for grasspy-xlwings 0.3.276
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| grasspy-xlwings-0.3.276.tar.gz | 20.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| grasspy_xlwings-0.3.276-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 41.9 kB
Release files / grasspy-xlwings-0.3.276.tar.gz
| Download URL | grasspy-xlwings-0.3.276.tar.gz |
|---|---|
| Size | 20.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
776330c1b83733b47671f177c8acde770ef0bc6b6435e2838d290ec90cfcd4e4
|
|
BLAKE2b-256 checksum How to use checksums |
6b9c45ff18a3aebba36db51ff95e552b0d41de6d2ddc800c811ab650016559db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1+
|
Release files / grasspy_xlwings-0.3.276-py3-none-any.whl
| Download URL | grasspy_xlwings-0.3.276-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e338caf451856ce401b159386fe8443a0a0a08773266929538a093484325b045
|
|
BLAKE2b-256 checksum How to use checksums |
464b638605235468a607f3eed78d42949789c24681b3534d66fb2eb0be4d9319
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1+
|