下列代码演示了如何在奇新Java电子表格控件中创建公式: 例子代码:
String text = "3+4*5+7"; Formula formula = FormulaFactory.getDefault().createFormula(text);
TOP