pub fn write_csv( filename: &str, headers: &[String], rows: &[Vec<String>], ) -> Result<()>
Write data to CSV file