Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

grasspy_xlwings-0.3.276-py3-none-any.whl (21.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page