Package org.boris.expr.function.excel

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


        assertEquals(eval(r, "-", 10), "----------");
        assertException("rept(1,1,1)");
    }

    public void testRIGHT() throws Exception {
        RIGHT r = new RIGHT();
        assertEquals(eval(r, "Sale Price", 5), "Price");
        assertEquals(eval(r, "Stock Number"), "r");
    }
View Full Code Here

TOP

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

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.