How can I export a report as a CSV/Excel file and send the report as Email Attachement using Apex Class?
How can I export a report as a CSV/Excel file and send the report as Email Attachement using Apex Class? We can send the Salesforce report as csv/excel file with Email attachment using below code: public class SendReportWithAttachement { public…
Read More