# Convert excel file to csv file [![Crates.io](https://img.shields.io/crates/v/xl_to_csv.svg)](https://crates.io/crates/xl_to_csv) [![Rust](https://img.shields.io/badge/rust-1.56.1%2B-blue.svg?maxAge=3600)](https://gitlab.com/andrew_ryan/xl_to_csv) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.com/andrew_ryan/xl_to_csv/-/raw/master/LICENSE) ## install ```sh cargo install xl_to_csv ``` ```bash Useage: xl_to_csv => default csv_path is file_name.csv default sheet name is Sheet1 Example: xl_to_csv demo.xlsx => convert defalut Sheet1 create demo.csv xl_to_csv demo.xlsx info.csv=> convert defalut Sheet1 create info.csv ```