简体   繁体   中英

Edit Excel File in Sharepoint Sequential Workflow

I have a fairly complex workflow associated with a library of Excel files. 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. As far as I can see, there isn't a built-in Sharepoint ability to do so. 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.

You could use the OOXML SDK to edit the binary stream of the Excel file and set that time stamp.
Take a look at OpenXML Developer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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