SharedStringTableXmlMapper

SharedStringTableXmlMapper

Overview

SharedStringTableXmlMapper is a class in Aspose.Cells FOSS for Java.

Maps shared string tables to/from XML.

This class provides 2 methods for working with SharedStringTableXmlMapper objects in Java programs. Available methods include: read, write. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.

Methods

SignatureDescription
read(stream: InputStream, sharedStrings: Object)Not implemented in the FOSS edition — throws at runtime. Reads shared strings from an XML stream.
write(stream: OutputStream, sharedStrings: Object)Not implemented in the FOSS edition — throws at runtime. Writes shared strings to an XML stream.

See Also