IPackageWriter
Overview
IPackageWriter is a interface in Aspose.Cells FOSS for Java.
Provides a contract for writing package models to a stream.
This interface provides 1 method for working with IPackageWriter objects in Java programs.
Available methods include: write.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Methods
| Signature | Description |
|---|---|
write(stream: OutputStream, packageModel: PackageModel) | Writes the package model to the specified stream. |