Package org.boris.expr.function.excel

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


        assertResult("T(\"asdf\")", "asdf");
        assertException("T(123,24)");
    }

    public void testTEXT() throws Exception {
        TEXT t = new TEXT();
        assertEquals(eval(t, 0.4, "0%"), "40%");
        assertEquals(eval(t, 2800, "$0.00"), "$2800.00");
    }
View Full Code Here

TOP

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

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.