excelcsv:Excel的CSV工具
项目描述
[](https://travis-ci.org/unnonouno/excelcsv)
[](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许可证。
[](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许可证。