易表在线答疑技术与交流用户社区 → 导出公式改写问题


  共有6503人关注过本帖树形打印复制链接

主题:导出公式改写问题

帅哥哟,离线,有人找我吗?
huan3625
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:新手上路 帖子:39 积分:298 威望:0 精华:0 注册:2009/4/21 15:59:00
  发帖心情 Post By:2013/8/1 12:58:00 [显示全部帖子]

你的意思是:将当前表导出到当前文件夹内,用现在的年月日后加boot.xls命名,导出后再运行该excel文件吗?

 

ExportDBFile(docdir+text(year(today())) + "年"+text(month(today())) + "月" + text(day(today())) + "日 Boot.xls",6,gridname) And run(docdir+text(year(today())) + "年"+text(month(today())) + "月" + text(day(today())) + "日 Boot.xls")

文件名为"2013年8月1日 boot.xls"

 

ExportDBFile(docdir+text(today()) + " Boot.xls",6,gridname) and run(docdir+text(today()) + " Boot.xls")

文件名为"2013-8月-日 boot.xls"

[此贴子已经被作者于2013-8-1 13:06:05编辑过]

 回到顶部