pub fn process_spreadsheet_direct(
opts: &OptionSet,
) -> Result<ResultSet, GenericError>Expand description
Output the result set with captured rows (up to the maximum allowed) directly. This is now synchronous and calls the asynchronous function using a runtime.