Skip to main content

create_workbook

Function create_workbook 

Source
pub async fn create_workbook(
    path: PathBuf,
    sheets: Option<Vec<String>>,
    overwrite: bool,
) -> Result<Value>