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