I am writing data from a database to a output file in .xlsx format. The data is run each day and gets added to individual tab with date name (<Filename>.<Today's Date>). For this I have used formula tool and inserted DateTimeFormat(DateTimeToday(),"%Y%m%d"). This is saved under the .xlsx file. So if everyday file is run, the tab will show multiple sheets with different dates.
However, I want to convert this individual sheet to a separate file that would have no .xlsx format.
Is there any way to do it?
It is not mandatory to have the output file only in .xlsx format. I need the file name as <Filename>.<Today's Date>.
Your response would be appreciated!
Thanks.