A C D E F G I M N O R S T W

A

AbstractExcelSpreadSheetReader - Class in adams.data.io.input
Ancestor for special Excel readers.
AbstractExcelSpreadSheetReader() - Constructor for class adams.data.io.input.AbstractExcelSpreadSheetReader
 
adams.core - package adams.core
 
adams.data.io.input - package adams.data.io.input
 
adams.data.io.output - package adams.data.io.output
 
adams.gui.tools.previewbrowser - package adams.gui.tools.previewbrowser
 
autoExtendHeaderTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.

C

cellStringContentTypeTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
cellStringIDTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
cellTypeContentTypeTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
cellTypeIDTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
characters(char[], int, int) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of character data inside an element.
check() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Hook method to perform some checks before performing the actual read.

D

defineOptions() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Adds options to the internal list of options.
doReadRange(InputStream) - Method in class adams.data.io.input.ExcelSpreadSheetReader
Reads the spreadsheet content from the specified file.
doReadRange(File) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Reads the spreadsheet content from the specified file.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Performs the actual writing.

E

endElement(String, String, String) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of the end of an element.
ExcelHelper - Class in adams.core
Helper class for Excel-related stuff.
ExcelHelper() - Constructor for class adams.core.ExcelHelper
 
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.data.io.input
Reads MS Excel files (using DOM).
ExcelSpreadSheetReader() - Constructor for class adams.data.io.input.ExcelSpreadSheetReader
 
ExcelSpreadSheetWriter - Class in adams.data.io.output
Writes MS Excel files.
ExcelSpreadSheetWriter() - Constructor for class adams.data.io.output.ExcelSpreadSheetWriter
 
ExcelStreamingSpreadSheetReader - Class in adams.data.io.input
Reads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.
ExcelStreamingSpreadSheetReader() - Constructor for class adams.data.io.input.ExcelStreamingSpreadSheetReader
 
ExcelStreamingSpreadSheetReader.ParseStopException - Exception in adams.data.io.input
Dummy exception to stop the parsing.
ExcelStreamingSpreadSheetReader.ParseStopException(String, Locator) - Constructor for exception adams.data.io.input.ExcelStreamingSpreadSheetReader.ParseStopException
 
ExcelStreamingSpreadSheetReader.SheetHandler - Class in adams.data.io.input
For reading a sheet from XML.
ExcelStreamingSpreadSheetReader.SheetHandler(ExcelStreamingSpreadSheetReader, SpreadSheet, SharedStringsTable) - Constructor for class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Initializes the SAX handler.
ExcelStreamingSpreadSheetWriter - Class in adams.data.io.output
Writes OOXML MS Excel files in streaming mode (more memory efficient).
ExcelStreamingSpreadSheetWriter() - Constructor for class adams.data.io.output.ExcelStreamingSpreadSheetWriter
 

F

FILE_EXTENSION - Static variable in class adams.data.io.output.ExcelSpreadSheetWriter
the binary file extension.
FILE_EXTENSION - Static variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
the OOXML file extension.
FILE_EXTENSION_OOXML - Static variable in class adams.data.io.output.ExcelSpreadSheetWriter
the OOXML file extension.

G

getAutoExtendHeader() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns whether to extend the header if rows have more cells than the header.
getCellLocation(String) - Static method in class adams.core.ExcelHelper
Returns row/column index based on the provided position string (e.g., A12).
getCellPosition(int, int) - Static method in class adams.core.ExcelHelper
Returns the position of the cell.
getCellStringContentType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell string content types.
getCellStringID() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell string IDs.
getCellTypeContentType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell type content types.
getCellTypeID() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell type IDs.
getColumnPosition(int) - Static method in class adams.core.ExcelHelper
Returns the position letter(s) of the column.
getDateCellStyle(Workbook, String) - Static method in class adams.core.ExcelHelper
Creates a cellstyle for a date cell with the specified format.
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.data.io.input.ExcelSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatExtensions() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the extension(s) of the format.
getInputType() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getMaxRows() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the maximum number of rows to keep in memory.
getOutputAsDisplayed() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsDisplayed() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getSheetCount(File) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Determines the number of sheets in the file.
getSheetCount(File) - Method in class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getTextColumns() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the range of columns to treat as text.
getUnknownCellStrings() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns the unknown cell strings that were encountered.
getUnknownCellTypes() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns the unknown cell types that were encountered.
getUseOutputStream() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns whether to write to an OutputStream rather than a Writer.
getUseOutputStream() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns whether to write to an OutputStream rather than a Writer.
getWriteOOXML() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns whether OOXML files are generated instead of binary Excel files.
globalInfo() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns a string describing the object.

I

initialize() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Initializes the members.

M

m_AutoExtendHeader - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
whether to automatically extend the header if rows have more cells than header.
m_CellStringContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the corresponding types.
m_CellStringID - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the extra cell strings to manage.
m_CellStrings - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell-strings.
m_CellTypeContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the corresponding types.
m_CellTypeID - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the extra cell types to manage.
m_CellTypes - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell-types.
m_ContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
what type the current cell is.
m_Handler - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the currently used handler for parsing.
m_LastContents - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the assembled cell content.
m_MaxRows - Variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
the number of rows to keep in memory.
m_OutputAsDisplayed - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_OutputAsDisplayed - Variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_Owner - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the reader this handler belongs to.
m_Reference - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell reference.
m_Sheet - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the spreadsheet to add the content to.
m_SST - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the table for shared strings.
m_Stopped - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
whether the parsing was stopped.
m_TextColumns - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the range of columns to force to be text.
m_UnknownCellStrings - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the unknown cell-strings.
m_UnknownCellTypes - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the unknown cell-types.
m_WriteOOXML - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
whether to write OOXML instead of binary Excel files (latter is default).
maxRowsTipText() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the tip text for this property.

N

numericToString(Cell) - Method in class adams.data.io.input.ExcelSpreadSheetReader
Turns a numeric cell into a string.

O

outputAsDisplayedTipText() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the tip text for this property.

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.data.io.input.AbstractExcelSpreadSheetReader
Sets whether to extend the header if rows have more cells than the header.
setCellStringContentType(Cell.ContentType[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell string content types.
setCellStringID(BaseString[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell string IDs.
setCellTypeContentType(Cell.ContentType[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell type content types.
setCellTypeID(BaseString[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell type IDs.
setMaxRows(int) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Sets the maximum number of rows to keep in memory.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setTextColumns(String) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the range of columns to treat as text.
setWriteOOXML(boolean) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets whether to use OOXML instead of binary Excel files.
startElement(String, String, String, Attributes) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of the start of an element.
stopExecution() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Stops the parsing.
stopExecution() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Stops the reading (might not be immediate, depending on reader).

T

textColumnsTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.

W

write(SpreadSheet[], String) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Writes the spreadsheet in CSV format to the given file.

A C D E F G I M N O R S T W

Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.