The main class used to start building an excel document
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Builds an excel document
callable - The closure to build the documentBuilds an excel document and sends the data to an output stream. The output stream is NOT closed.
outputStream - An output stream to push data ontocallable - The closure to build the document