Package org.boris.expr.function.excel

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


        assertEquals(eval(r, "Sale Price", 5), "Price");
        assertEquals(eval(r, "Stock Number"), "r");
    }

    public void testSEARCH() throws Exception {
        SEARCH s = new SEARCH();
        assertEquals(eval(s, "e", "Statements", 6), 7);
        assertEquals(eval(s, "margin", "Profit Margin"), 8);
    }
View Full Code Here

TOP

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

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.