Class MxlSerializer
java.lang.Object
com._1c.g5.v8.dt.internal.moxel.serializer.MxlSerializer
Mxl documents serializer
-
Constructor Summary
ConstructorsConstructorDescriptionMxlSerializer(SpreadsheetDocument sheet, IDtProject dtProject) Create ssnew instance ofMxlSerializer -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeMxl(IInPersistenceStorage storage) Deserialize mxl documentvoidserializeMxl(IOutPersistenceStorage storage, boolean needWriteAbsolutes) Serialize spreadsheet document.
-
Constructor Details
-
MxlSerializer
Create ssnew instance ofMxlSerializer- Parameters:
compatibilityMode- currentCompatibilityMode, can benullif there is no information about it
-
-
Method Details
-
deserializeMxl
Deserialize mxl document- Parameters:
storage- -IInPersistenceStorage- input storage- Throws:
IOExceptionIllegalArgumentException
-
serializeMxl
Serialize spreadsheet document.- Parameters:
storage- the output storage, cannot benullspreadsheetDocument- the spreadsheet document to serialize, cannot benullneedWriteAbsolutes-trueif needs to write fake absolute values,falseotherwise
-