ContributionsMost RecentMost LikesSolutionsDynamic file name in excel format I want to name a file dynamically while creating an excel, the csv formatter allows dynamic file naming but not the excel formatter. I am having issues with the csv formatter, it does name the file dynamically but the csv file does not show all fields queries from Salesforce. Any suggestions how so I proceed? Re: Discard empty rows while writing an excel file Hi Igor, Thanks you for the reply, the mistake I made was I had not included $column_name != ‘’ along with $column_name != null. When I did it worked like a charm. Discard empty rows while writing an excel file I am trying to write an excel after comparing a database with salesforce data, I want to ignore the null rows after comparison is done in a mapper post Join. The data I am getting is perfect, only issue is with the way excel looks like. Please advise how can these empty rows be ignored