process_spreadsheet_immediate

Function process_spreadsheet_immediate 

Source
pub async fn process_spreadsheet_immediate(
    opts: &OptionSet,
) -> Result<ResultSet, GenericError>
Expand description

Output the result set with captured rows (up to the maximum allowed) immediately. Use this in an async function using the tokio runtime if you direct results without a save callback