Function csv_to_excel

Source
pub fn csv_to_excel(
    path: &Path,
    sep: char,
    quote: char,
    out: &str,
    no_header: bool,
) -> CliResult