Build 3.0.0.102 of xlsgen makes it possible to run scenarios now, not only create new scenarios in XLS and XLSX files.
The method call is straight forward. After the scenario of interest is set-up, all you need to get the corresponding value resulting from running the scenario is :
double result1 = scenario1.ScenarioValueAsFloat;