Package org.boris.expr.function.excel

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


        assertResult("FIXED(-1234.567, -1, TRUE)", "-1230");
        assertResult("FIXED(44.332)", "44.33");
    }

    public void testLEFT() throws Exception {
        LEFT l = new LEFT();
        assertEquals(eval(l, "Sale Price", 4), "Sale");
        assertEquals(eval(l, "Sweden", 1), "S");
    }
View Full Code Here

TOP

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

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.