Class MxlSerializer
java.lang.Object
com._1c.g5.v8.dt.internal.moxel.serializer.MxlSerializer
Mxl documents serializer
- 
Constructor SummaryConstructorsConstructorDescriptionMxlSerializer(SpreadsheetDocument sheet, IDtProject dtProject) Create ssnew instance ofMxlSerializer
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeserializeMxl(IInPersistenceStorage storage) Deserialize mxl documentvoidserializeMxl(IOutPersistenceStorage storage, boolean needWriteAbsolutes) Serialize spreadsheet document.
- 
Constructor Details- 
MxlSerializerCreate ssnew instance ofMxlSerializer- Parameters:
- compatibilityMode- current- CompatibilityMode, can be- nullif there is no information about it
 
 
- 
- 
Method Details- 
deserializeMxlDeserialize mxl document- Parameters:
- storage- -- IInPersistenceStorage- input storage
- Throws:
- IOException
- IllegalArgumentException
 
- 
serializeMxlSerialize spreadsheet document.- Parameters:
- storage- the output storage, cannot be- null
- spreadsheetDocument- the spreadsheet document to serialize, cannot be- null
- needWriteAbsolutes-- trueif needs to write fake absolute values,- falseotherwise
 
 
-