spreadsheet_to_json::reader

Function render_spreadsheet_direct

Source
pub async fn render_spreadsheet_direct(
    opts: &OptionSet,
) -> Result<ResultSet, Error>
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