Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifansay committed Nov 30, 2019
1 parent 66ef8d0 commit 0a64508
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
@@ -1,20 +1,18 @@
# 简介
欢迎使用智文文件助手。
主要是通过迭代对excel拆分、合并、excel&csv格式转换,通过附件发送通过邮件等
主要实现对excel拆分、合并、excel&csv格式互转,邮件批量分发等操作
# 功能实现
## excel助手
通过xlrd、csv读取excel表格文件,通过对list按元素作为key分组或将不同list合并等方式,最后通过xlsxwriter写入excel文件
举个栗子
>城市 种类 人数
>北京 小学 45
>北京 大学 42
>北京 中学 43
>天津 中学 96
>天津 大学 108
>天津 小学 120
>保定 中学 156
>保定 小学 168
>保定 大学 192
城市 种类 人数
北京 小学 45
北京 大学 42
天津 中学 96
天津 小学 120
保定 中学 156
保定 小学 168
保定 大学 192
如果按照第一列城市拆分,则按照每行城市的名称拆分出**北京、天津、保定**三个文件。
## 邮件助手
对附件按文件名归类到不同组织,映射收件人列表recipients.txt的收件人;如果recipients.txt存在组织收件人,发送到收件人;对发送失败的附件发送到发件人邮箱.
Expand Down

0 comments on commit 0a64508

Please sign in to comment.