Hello Saravanan! I think you need to give more info about what are you trying to acomplish. If you are expecting just basic operators (+,-,*,/) you can use the String.split() method, but if you requiere something more complex, maybe a parser like org.apache.poi.ss.formula.FormulaParser should be useful.
Regards. On Wed, Nov 24, 2010 at 3:19 AM, Saravanan P <[email protected]> wrote: > *Hi All, > > > I have cell formula like C1+C2.suppose i use > getcellformula()method, it returns the String C1+C2. Now i want to split the > String by operator and get the each cell Address separately.Is there anyway > to find out the Excel formula operator and get the each cell address > separately. How i do? > > > Please reply me... > > > > **Thanks & Regards, > Saravanan.P > > > ** > *************************************************************************************** > Never Design your life like GARDEN, any one can walk...! > So, Design your life like SKY where every one has aspire to reach...! > *************************************************************************************** > * > -- ちりも積もれば山となる --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
