首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Power Automate:我想使用Power Automate将Excel文件(OneDrive)的日期和时间列移动到SharePoint列表

Power Automate:我想使用Power Automate将Excel文件(OneDrive)的日期和时间列移动到SharePoint列表
EN

Stack Overflow用户
提问于 2020-09-06 23:24:38
回答 1查看 184关注 0票数 0

我能够使用Power Automate将我的excel文件中存在于OneDrive中的所有列移动到SharePoint列表中,除了excel文件中的日期和时间列。

Power Automate将日期和时间字段转换为十进制数。我必须使用什么公式才能将该数字再次转换为日期和时间?

EN

回答 1

Stack Overflow用户

发布于 2020-09-07 12:30:19

我在另一个论坛上找到了解决方案。下面的公式我们必须使用。

addseconds('1899-12-30',int(formatNumber(mul(float(item()?'Date'),86400),'0',‘en-in’),'yyyy-MM-dd HH:mm:ss')

在这个'Date‘中是excel列名,'en- in’可以根据您的时区进行更改。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63765786

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档