provided that xlsx4j satisfies the SpreadsheetML specs, can the following scenario/requirement be implemented using the library?
regards I
xlsx4j doesn't include code for evaluating formulas. Try Apache POI for that. If JAXB support is important to you (thus making xlsx4j attractive to you), you could port the relevant POI code. (Both projects are ASLv2 licensed)