How to implement MULTIPLE.OPERATIONS functionality in .net
-
Hi friends, I need help to implement functionality of MULTIPLE.OPERATIONS which is there in excel into .net.
-
Hi friends, I need help to implement functionality of MULTIPLE.OPERATIONS which is there in excel into .net.
-
Do you have a question?
Raghavendra.Kodimala wrote:
MULTIPLE.OPERATIONS
Why is this all CAPITALS and why is there a period in it?
There are only 10 types of people in the world, those who understand binary and those who don't.
This is functionality exist in tools menu in libreoffice. We can apply on set of fields. Any one who uses excel, can understand what am i asking
-
This is functionality exist in tools menu in libreoffice. We can apply on set of fields. Any one who uses excel, can understand what am i asking
Raghavendra.Kodimala wrote:
This is functionality exist in tools menu in libreoffice
1. You posted in the ASP.Net forum. 2. You then mentioned Excel. 3. Now you are mentioning Libre Office. Can you see why this is confusing?
Raghavendra.Kodimala wrote:
Any one who uses excel,
I've used every version since 1995 and have no idea what you are asking. Rather than be rude, can you ask a clear question?
There are only 10 types of people in the world, those who understand binary and those who don't.
-
Hi friends, I need help to implement functionality of MULTIPLE.OPERATIONS which is there in excel into .net.
-
I understood the what if analysis and concept of Multiple operations. But my exact requirement is i want to write a function with few parameters. In that first parameter is need to capture formula assigned to a variable. How can we write that?
-
I understood the what if analysis and concept of Multiple operations. But my exact requirement is i want to write a function with few parameters. In that first parameter is need to capture formula assigned to a variable. How can we write that?
-
This is the ASP.NET forum and it is far from clear what your problem is. Where and how do you plan to create this code? And indeed, what programming language you are talking about?
My problem is I am working on a new ASP.NET application where existing application is libreoffice. (Since it's also spread sheet, I am using term excel some times). In this libreoffice, I have encountered a function in a formula called MULTIPLE.OPERATIONS. I have studied about this function. It is not exactly a function, but it comes under what if analysis. This is in tools menu (libreoffice). I need to write a function in .net which behaves as MULTIPLE.OPERATIONS. There i got stucked and asking for help. I am sorry if anybody takes rude or rash behavior from my written content.
-
My problem is I am working on a new ASP.NET application where existing application is libreoffice. (Since it's also spread sheet, I am using term excel some times). In this libreoffice, I have encountered a function in a formula called MULTIPLE.OPERATIONS. I have studied about this function. It is not exactly a function, but it comes under what if analysis. This is in tools menu (libreoffice). I need to write a function in .net which behaves as MULTIPLE.OPERATIONS. There i got stucked and asking for help. I am sorry if anybody takes rude or rash behavior from my written content.
Raghavendra.Kodimala wrote:
I need to write a function in .net which behaves as MULTIPLE.OPERATIONS.
Then you need to explain what this function is supposed to do, and exactly where you are stuck. You also need to explain how and where this fits into an ASP.NET application.
-
Raghavendra.Kodimala wrote:
I need to write a function in .net which behaves as MULTIPLE.OPERATIONS.
Then you need to explain what this function is supposed to do, and exactly where you are stuck. You also need to explain how and where this fits into an ASP.NET application.
I already given explanation about this method. Again am explaining. This method consists three parameters. First parameter takes formula assigned to a variable. Second parameter takes the variable which need to be replaced in captured formula(first parameter). This function replaces second parameter in formula with third parameter which is also a variable. If second parameter not found in the captured formula, then function searches for second parameter variable in all variables formulas in the captured formula until it finds the second parameter variable. Then replaces with third parameter.