|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiSheetSpreadSheetWriter
Interface for spreadsheet writers that can write multiple sheets into a single document.
| Method Summary | |
|---|---|
boolean |
write(SpreadSheet[] content,
File file)
Writes the spreadsheets to the specified file. |
boolean |
write(SpreadSheet[] content,
OutputStream stream)
Writes the spreadsheets to the given output stream. |
boolean |
write(SpreadSheet[] content,
String filename)
Writes the spreadsheets to the given file. |
boolean |
write(SpreadSheet[] content,
Writer writer)
Writes the spreadsheets to the given writer. |
| Methods inherited from interface adams.data.io.output.SpreadSheetWriter |
|---|
getFormatDescription, getFormatExtensions, write, write, write, write |
| Methods inherited from interface adams.core.option.OptionHandler |
|---|
cleanUpOptions, defineOptions, getOptionManager |
| Methods inherited from interface adams.core.Destroyable |
|---|
destroy |
| Method Detail |
|---|
boolean write(SpreadSheet[] content,
File file)
content - the content to writefile - the file to write to
boolean write(SpreadSheet[] content,
String filename)
content - the spreadsheet to writefilename - the file to write the spreadsheet to
boolean write(SpreadSheet[] content,
OutputStream stream)
content - the spreadsheet to writestream - the output stream to write the spreadsheet to
boolean write(SpreadSheet[] content,
Writer writer)
content - the spreadsheet to writewriter - the writer to write the spreadsheet to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||