pub fn parse_excel(
bytes: &[u8],
sheet: Option<&str>,
header_row: usize,
) -> Result<Vec<Value>, FaucetError>Available on crate features
excel and source-rest only.Expand description
Parse Excel bytes into records. Requires the excel feature.