Convert excel file to csv file

Crates.io Rust license

install

sh cargo install base64_img_cli

```bash base64imgcli Image Encoder Decoder 1.0 Your Name your.email@example.com Encode and decode images to and from base64 Example: base64imgcli -i img.jpeg -e > base64img.txt base64imgcli -i base64img.txt -d

USAGE: base64imgcli [FLAGS] [OPTIONS]

FLAGS: -d, --decode Decode the input base64 string to an image -e, --encode Encode the input image to base64 -h, --help Prints help information -V, --version Prints version information

OPTIONS: -i, --input Sets the input file path ```