spreadsheet_to_json::reader

Function render_spreadsheet_direct

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

Output the result set with captured rows (up to the maximum allowed) directly. This is still asynchronous as it’s a wrapper for a function accepting multithreaded async callbacks