Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
F
G
I
M
N
R
S
T
W
A
adams.core.io
- package adams.core.io
adams.gui.tools.previewbrowser
- package adams.gui.tools.previewbrowser
autoExtendHeaderTipText()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the tip text for this property.
D
defineOptions()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Adds options to the internal list of options.
doRead(InputStream)
- Method in class adams.core.io.
ExcelSpreadSheetReader
Reads the spreadsheet content from the specified file.
doWrite(SpreadSheet, OutputStream)
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Performs the actual writing.
E
ExcelSpreadSheetHandler
- Class in
adams.gui.tools.previewbrowser
Displays the following spreadsheet types: xls,xlsx
Valid options are:
ExcelSpreadSheetHandler()
- Constructor for class adams.gui.tools.previewbrowser.
ExcelSpreadSheetHandler
ExcelSpreadSheetReader
- Class in
adams.core.io
Reads MS Excel files.
ExcelSpreadSheetReader()
- Constructor for class adams.core.io.
ExcelSpreadSheetReader
ExcelSpreadSheetWriter
- Class in
adams.core.io
Writes MS Excel files.
ExcelSpreadSheetWriter()
- Constructor for class adams.core.io.
ExcelSpreadSheetWriter
F
FILE_EXTENSION
- Static variable in class adams.core.io.
ExcelSpreadSheetWriter
the binary file extension.
FILE_EXTENSION_OOXML
- Static variable in class adams.core.io.
ExcelSpreadSheetWriter
the OOXML file extension.
G
getAutoExtendHeader()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns whether to extend the header if rows have more cells than the header.
getExtensions()
- Method in class adams.gui.tools.previewbrowser.
ExcelSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getFormatDescription()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription()
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatExtensions()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions()
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Returns the extension(s) of the format.
getSheetCount(File)
- Method in class adams.gui.tools.previewbrowser.
ExcelSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getSheetIndex()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the index of the sheet to load.
getTextColumns()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the range of columns to treat as text.
getUseInputStream()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns whether to read from an InputStream rather than a Reader when using a file name.
getUseOutputStream()
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Returns whether to write to an OutputStream rather than a Writer.
getWriteOOXML()
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Returns whether OOXML files are generated instead of binary Excel files.
globalInfo()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns a string describing the object.
globalInfo()
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Returns a string describing the object.
I
initialize()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Initializes the members.
M
m_AutoExtendHeader
- Variable in class adams.core.io.
ExcelSpreadSheetReader
whether to automatically extend the header if rows have more cells than header.
m_SheetIndex
- Variable in class adams.core.io.
ExcelSpreadSheetReader
the sheet to load.
m_TextColumns
- Variable in class adams.core.io.
ExcelSpreadSheetReader
the range of columns to force to be text.
m_WriteOOXML
- Variable in class adams.core.io.
ExcelSpreadSheetWriter
whether to write OOXML instead of binary Excel files (latter is default).
N
numericToString(Cell)
- Method in class adams.core.io.
ExcelSpreadSheetReader
Turns a numeric cell into a string.
R
readAll(File)
- Method in class adams.gui.tools.previewbrowser.
ExcelSpreadSheetHandler
Reads all the invidivual spreadsheets from the file.
S
setAutoExtendHeader(boolean)
- Method in class adams.core.io.
ExcelSpreadSheetReader
Sets whether to extend the header if rows have more cells than the header.
setSheetIndex(Index)
- Method in class adams.core.io.
ExcelSpreadSheetReader
Sets the index of the sheet to load.
setTextColumns(String)
- Method in class adams.core.io.
ExcelSpreadSheetReader
Sets the range of columns to treat as text.
setWriteOOXML(boolean)
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Sets whether to use OOXML instead of binary Excel files.
sheetIndexTipText()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the tip text for this property.
T
textColumnsTipText()
- Method in class adams.core.io.
ExcelSpreadSheetReader
Returns the tip text for this property.
W
write(SpreadSheet, String)
- Method in class adams.core.io.
ExcelSpreadSheetWriter
Writes the spreadsheet in CSV format to the given file.
A
D
E
F
G
I
M
N
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
University of Waikato, Hamilton, NZ
. All Rights Reserved.