Tagged Questions

2
votes
7answers
373 views

Java: Is there a tool available that can allow me input, store, and evaluate math formulas?

Even something very rudimentary is fine. Like entering and evaluating something like x+1, where x is a variable I get to specify. I was thinking of writing my own using Strings for each formula, ...
1
vote
2answers
181 views

JXL Named Area Formulas Display the Incorrect Value

I am using JXL to write an Excel report. I need to use named areas for the report, and have formulas based off of them. However, when the Excel file loads, the values displayed are incorrect. If I ...