Package org.jxls.builder
Interface JxlsOutput
- All Known Implementing Classes:
JxlsOutputFile
public interface JxlsOutput
An implementation is used to deliver the OutputStream for writing the created Excel report info and
can also responsible for the further processing of that file.
-
Method Summary
-
Method Details
-
getOutputStream
- Returns:
- new OutputStream where Jxls writes the created Excel report into
- Throws:
IOException
-