Is there any way to implement all the formulas that are supported by Excel , into Java? -
i want program support formulas 1 can use in excel file java code.
the requirement functions supported excel both mathematical , logical (add, multiply, substract or 'or', 'if') , others vlookup etc java same format?
is there way achieve that?
the apache npoi project seems support excel formulas. examples available here.
Comments
Post a Comment