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 TypeMethodDescriptionvoid
deserializeMxl
(IInPersistenceStorage storage) Deserialize mxl documentvoid
serializeMxl
(IOutPersistenceStorage storage, boolean needWriteAbsolutes) Serialize spreadsheet document.
-
Constructor Details
-
MxlSerializer
Create ssnew instance ofMxlSerializer
- Parameters:
compatibilityMode
- currentCompatibilityMode
, can benull
if there is no information about it
-
-
Method Details
-
deserializeMxl
Deserialize mxl document- Parameters:
storage
- -IInPersistenceStorage
- input storage- Throws:
IOException
IllegalArgumentException
-
serializeMxl
Serialize spreadsheet document.- Parameters:
storage
- the output storage, cannot benull
spreadsheetDocument
- the spreadsheet document to serialize, cannot benull
needWriteAbsolutes
-true
if needs to write fake absolute values,false
otherwise
-