Skip to content

unnonouno/excelcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages