Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i used tfileoutputexcel to export file,and,i want use sysdate as filename,how to do it?
我是使用了导出Excel的控件,导出时我想使用当前系统时间作为文件名保存,应该如何操作?
Hello,
If you want to use the system routine getDate("MMddyyyy") to return the date string.
The solution would be like:
"FileName"+TalendDate.getDate("MMddyyyy")+".xlsx"
Feel free to let us know if it helps.
Best regards
Sabrina