pub fn write_table_csv( path: &str, headers: &[&str], rows: &[Vec<&str>], ) -> Result<()>
Write CSV table to a file path. Returns Result for error handling.