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.0.1.tar.gz
(18.0 kB
view details)
Built Distribution
File details
Details for the file grasspy-xlwings-0.0.1.tar.gz
.
File metadata
- Download URL: grasspy-xlwings-0.0.1.tar.gz
- Upload date:
- Size: 18.0 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 |
9be4228d794b511671348fae2dfac91c3b0bb9c6828bda7eb4ce1aa34db493be
|
|
MD5 |
4d355f81a0ff8fc23a4ea53c3d66673c
|
|
BLAKE2b-256 |
babe2d6db0a52a860d10ad66345a7b4e1f6aee589d0dbb7dd5d63f896a63b5c2
|
File details
Details for the file grasspy_xlwings-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: grasspy_xlwings-0.0.1-py3-none-any.whl
- Upload date:
- Size: 18.4 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 |
43c0f718e4b88f8ddebe01bfceeebfc8eb75d08958d6686c60c480fe9d2d02b8
|
|
MD5 |
195f088a8319a7d33e6780c22f9309c4
|
|
BLAKE2b-256 |
9b524fe76da28181dbc5317cef90272c8789e807f806f18cb5a0883bc58da759
|