Could you please help me ,how to read excel using freemarker function with sample WI or any tuitorial using it?
i found the below in usr guide but i m not sure how to use the below in real scenario.
read_excel_cells(file_id, cells,format): returns content of a given cell (row, column) of a worksheet of an excel file downloaded on RunMyProcess. file_id is identifier of the file on RunMyProcess, cells is a json structure : [{"worksheet":"worksheet1","cells":[{"row":"4","col":"3"}]}] or [{"worksheet":"worksheet1","cells":[{"row":"3","col":"1"},{"row":"3","col":"2"},{"row":"3","col":"3"}]}] or [{"worksheet":"worksheet1","cells":[{"row":"4","col":"1"},{"row":"4","col":"2"},{"row":"4","col":"3"}]},{"worksheet":"worksheet2","cells":[{"row":"2","col":"1"},{"row":"2","col":"2"},{"row":"2","col":"3","format":"%.3f"}]}], format is optional : "format":"%d" or "format":"%.5f" (5 numbers after decimal : cf. java number format).... To extract result, syntax will look like : ${myresult.worksheet1["4"]["2"]}
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/c1c54450-58d0-42c9-ac60-8d921712cd42%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.