I want to open an Excel file to edit offline via WebDAV or CIFS and run my script at the Alfresco side to parse the content of开发者_如何学Python the file when user saves a workbook.
Is it possible? How can I do this?
Use a content rule for inbound/updated documents. This way, regardless of which interface the user leverages to access documents (HTTP/WebDAV/CIFS/FTP) the rule will be triggered, and you can set it to "Execute Script" as an outcome.
精彩评论