Package org.openl.rules.lang.xls
Class XlsHelper
- java.lang.Object
-
- org.openl.rules.lang.xls.XlsHelper
-
public final class XlsHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableSyntaxNodecreateTableSyntaxNode(IGridTable table, XlsSheetSourceCodeModule source)static StringgetModuleName(XlsModuleSyntaxNode node)
-
-
-
Method Detail
-
getModuleName
public static String getModuleName(XlsModuleSyntaxNode node)
-
createTableSyntaxNode
public static TableSyntaxNode createTableSyntaxNode(IGridTable table, XlsSheetSourceCodeModule source) throws OpenLCompilationException
- Throws:
OpenLCompilationException
-
-