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 readingSpreadsheetDocumentform string
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpreadsheetDocumentread(String string, org.eclipse.emf.ecore.EObject context)ReadSpreadsheetDocumentform string.
-
-
-
Method Detail
-
read
public static SpreadsheetDocument read(String string, org.eclipse.emf.ecore.EObject context) throws IOException
ReadSpreadsheetDocumentform string.- Parameters:
string- string to read fromcontext- context object- Returns:
SpreadsheetDocument- Throws:
IOException
-
-