Skip to main content

A python package to convert excel spreadsheets to csv files

Project description

# ExcelToCsv
A python package to convert excel spreadsheets to csv files without launching excel. This works very well with large files that include many tabs which makes Excel very slow to open.

## requirements
xlrd

## Installation

```
git clone https://github.com/WaylonWalker/ExcelToCsv.git
cd ./ExcelToCsv
python setup.py install
```

## Usage
ExcelToCsv [-h] [--input_file F [F ...]] [--output_file OUTPUT_FILE]
[--sheet SHEET] [--skiprows SKIPROWS] [--verbose]

Convert File Excel File to csv quickly without loading excel

optional arguments:

-h, --help show this help message and exit

--input_file F [F ...] File to convert

--output_file OUTPUT_FILE
Output file name if different than input

--sheet SHEET sheet number where first sheet is 1

--skiprows SKIPROWS skip first n rows

--verbose asks for all arguments when not passed

## Example

```
ExcelToCvs --verbose
```

![example](example.gif)


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ExcelToCsv-0.1-py3.5.egg (6.0 kB view hashes)

Uploaded Source

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