web services - Calling a webservice URI from excel sheet cell -
i need call webservice uri excel cell. know can done using in-built webservice function. however, passing parameters on fly uri can bit tedious. for.eg. webservice uri :
http://localhost/getemployeesalary?emloyeename=misterfoo&employeeid=101
the values misterfoo , 101 pulled other cells in sheet.
so looking call service excel function (sum, avg, etc.),
=getemployeesalary(a2,b4)
where a2 cell contains misterfoo , b4 cell contains 101.
for now, have tried looking solution thing comes using ribbons (excel add-in project in visual studio) take parameters , store value in pre-defined cell. not looking though.
any or suggestion appreciated. in advance!
you potentially use user defined function? https://support.office.com/en-sg/article/create-custom-functions-in-excel-2007-2f06c10b-3622-40d6-a1b2-b6748ae8231f
Comments
Post a Comment