跳转到主要内容

excelcsv:Excel的CSV工具

项目描述

[![构建状态](https://travis-ci.org/unnonouno/excelcsv.svg?branch=master)](https://travis-ci.org/unnonouno/excelcsv)
[![覆盖率状态](https://coveralls.io/repos/github/unnonouno/excelcsv/badge.svg?branch=master)](https://coveralls.io/github/unnonouno/excelcsv?branch=master)

# excelcsv

## 要求

- Python 2.7, 3,4, 3.5

## 安装

```
$ pip install excelcsv
```

## 使用

```
with excelcsv.read_excel_tsv(path) as reader
for row in reader
do_something(row)
```

```
with excelcsv.write_excel_tsv(path) as writer
for row in rows
writer.writerow(row)
```

## 许可证

MIT许可证。

项目详情


支持者: