Package org.boris.expr.function.excel

Examples of org.boris.expr.function.excel.INDIRECT


        assertResult(c, "SUM(INDEX(A1:C11,0,3,1))", 216);
        assertResult(c, "SUM(B2:INDEX(A2:C6,5,2))", 2.42);
    }

    public void testINDIRECT() throws Exception {
        INDIRECT i = new INDIRECT();
        fail("INDIRECT not implemented");
    }
View Full Code Here

TOP

Related Classes of org.boris.expr.function.excel.INDIRECT

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.