1 Star 0 Fork 2

若清风拂来 / 办公脚本

forked from 刘煜 / 办公脚本 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

办公脚本

介绍

一些办公自动化脚本

使用说明

以下脚本依赖python的pandas和xlrd, openpyxl模块,可以使用以下命令安装

pip install pandas xlrd openpyxl

curriculum.py 脚本可以根据Excel格式的课表生成iCalendar日历文件

  1. 修改脚本中的name和month变量
  2. 执行以下命令生成日历文件
python curriculum.py 西安中心各班授课安排表2021.1.15.xls
  1. 脚本会在当前目录下生成扩展名为ics的日历文件,可以导入windows和手机的日历中,也可以导入到日程安排软件中(Outlook)

vcard.py 脚本可以根据Excel格式的通讯录生成vcard格式的电子名片文件

  1. 执行以下命令生成名片文件
python vcard.py 员工通讯录.xlsx
  1. 脚本会在当前目录下生成扩展名为vcf的电子名片文件,可以直接导入手机通讯录
MIT License Copyright (c) 2021 刘煜 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一些办公自动化脚本 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/ruoqingfengfulai/office-script.git
git@gitee.com:ruoqingfengfulai/office-script.git
ruoqingfengfulai
office-script
办公脚本
master

搜索帮助