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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -