Package com._1c.g5.v8.dt.moxel.util
Class MoxelTextReader
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.util.MoxelTextReader
-
public class MoxelTextReader extends Object
Class for readingSpreadsheetDocument
form string
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpreadsheetDocument
read(String string, org.eclipse.emf.ecore.EObject context)
ReadSpreadsheetDocument
form string.
-
-
-
Method Detail
-
read
public static SpreadsheetDocument read(String string, org.eclipse.emf.ecore.EObject context) throws IOException
ReadSpreadsheetDocument
form string.- Parameters:
string
- string to read fromcontext
- context object- Returns:
SpreadsheetDocument
- Throws:
IOException
-
-