Hi there,I know Batch class is asynchronousI am having a requirement where the soql will get larger set of data with all the joining queries.I need to display larger data on excel sheet when I click on vf page button.By using normal apex class soql will only return 50,000 records . so I thought of using apex batch and process the soql and then display the results in excel sheet.is it possible to display apex batch results on excel ? or is there any other where we can process more than 1 million data and display on excel sheet.