Skip to main content

excelcsv: CSV utility for Excel

Project description

[![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.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page