Skip to content

Rust script for generating excel file with mysql db connection

Notifications You must be signed in to change notification settings

BorisDmv/excel-gen-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust script for generating excel file

List of things you need to use Rust

Install rust from rustup.rs and you will have

  • rustc the rust compiler.
  • rustup manages our Rust version.
  • cargo is our main tool used during development.

Used crates:

https://github.com/outersky/simple_excel_writer
https://github.com/blackbeam/rust-mysql-simple

Run cargo build to download and install the dependencies

cargo build

If needed to update your dependencies to the latest versions.

cargo update

To run the script in debug mode

cargo run

To build the script in release mode

cargo build --release

About

Rust script for generating excel file with mysql db connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages