Skip to main content
[![Build Status](https://travis-ci.org/unnonouno/excelcsv.svg?branch=master)](https://travis-ci.org/unnonouno/excelcsv)
[![Coverage Status](https://coveralls.io/repos/github/unnonouno/excelcsv/badge.svg?branch=master)](https://coveralls.io/github/unnonouno/excelcsv?branch=master)

# excelcsv

## Requirements

- Python 2.7, 3,4, 3.5

## Installation

```
$ pip install excelcsv
```

## Usage

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

## License

MIT License.

Release history Release notifications | RSS feed

This release

0.0.0 This release

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page