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.2.276.tar.gz
(18.1 kB
view details)
Built Distribution
File details
Details for the file grasspy-xlwings-0.2.276.tar.gz
.
File metadata
- Download URL: grasspy-xlwings-0.2.276.tar.gz
- Upload date:
- Size: 18.1 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 |
76d2ef7347b051df3e4d69d09edd65a4b6cb8ba2d06e3a5b15d374ac3d4c7359
|
|
MD5 |
4f5a17c6e3a79e93012bbf472acfb39a
|
|
BLAKE2b-256 |
0d666e9e0b8f9ebe1f3284cc849cdad261af2e633e80771102ca9d0d8e658f44
|
File details
Details for the file grasspy_xlwings-0.2.276-py3-none-any.whl
.
File metadata
- Download URL: grasspy_xlwings-0.2.276-py3-none-any.whl
- Upload date:
- Size: 18.5 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 |
a6a590f885a89028f0f867db1c9ee1d5e4939b5f46e91582f7ac67942ba9f7cc
|
|
MD5 |
86ed9bc24a199bd5c29184417ff5c91a
|
|
BLAKE2b-256 |
41781ffcbf01c6d02cd458c459a949cdbf0a70a2c2b418c2429f1d7872379825
|