Hi,
I have written an action to extract the data from excel files which is uploaded in a folder. ie. a rule is created like whenever the excel file is created in particular folder, the action is triggered and the data from the excel file gets extracted and store in the listarray, i have done the action part, but need the uploaded file path to access the file uploaded in the folder contain rule. the action code is written in java.Any suggestion?
It seems like you are facing issues in accessing content of excel file.In alfresco you can get the content using eigther nodeService or contentService in alfresco.
Check alfresco foundation api for more details.