简体   繁体   English

在Sharepoint顺序工作流中编辑Excel文件

[英]Edit Excel File in Sharepoint Sequential Workflow

I have a fairly complex workflow associated with a library of Excel files. 我有一个与Excel文件库相关的相当复杂的工作流程。 I need to be able to add a time stamp to the bottom of the file when the workflow is finishing up. 工作流程完成时,我需要能够在文件底部添加时间戳。

Most of my previous experience with editing Excel files is querying via a Odbc connection. 我以前编辑Excel文件的大部分经验是通过Odbc连接进行查询。 As far as I can see, there isn't a built-in Sharepoint ability to do so. 据我所知,没有内置的Sharepoint功能。 I don't have file system access to just write the file to a temp location on disk. 我没有文件系统访问权限,只能将文件写入磁盘上的临时位置。 I don't know of any way to edit the Binary Stream that Sharepoint provides. 我不知道编辑Sharepoint提供的二进制流的任何方法。

You could use the OOXML SDK to edit the binary stream of the Excel file and set that time stamp. 您可以使用OOXML SDK编辑Excel文件的二进制流并设置该时间戳。
Take a look at OpenXML Developer . 看一下OpenXML Developer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM