Chinsese version of xlwings for grasspy
Project description
格子 (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]]
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
grasspy-xlwings-0.3.276.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file grasspy-xlwings-0.3.276.tar.gz
.
File metadata
- Download URL: grasspy-xlwings-0.3.276.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using 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+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 776330c1b83733b47671f177c8acde770ef0bc6b6435e2838d290ec90cfcd4e4 |
|
MD5 | af61a3bbe16cc86c923c7595a956c02b |
|
BLAKE2b-256 | 6b9c45ff18a3aebba36db51ff95e552b0d41de6d2ddc800c811ab650016559db |
File details
Details for the file grasspy_xlwings-0.3.276-py3-none-any.whl
.
File metadata
- Download URL: grasspy_xlwings-0.3.276-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using 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+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e338caf451856ce401b159386fe8443a0a0a08773266929538a093484325b045 |
|
MD5 | 2fe0bac1f28433a4f9ba8444f7f88ce1 |
|
BLAKE2b-256 | 464b638605235468a607f3eed78d42949789c24681b3534d66fb2eb0be4d9319 |