A C D E F G I M N 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.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

characters(char[], int, int) - Method in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
Receive notification of character data inside an element.

D

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

E

endElement(String, String, String) - Method in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
Receive notification of the end of an element.
ExcelSAXSpreadSheetReader - Class in adams.data.io.input
Reads large MS Excel XML files (using SAX).
Caveat: date/time columns don't get imported correctly.
ExcelSAXSpreadSheetReader() - Constructor for class adams.data.io.input.ExcelSAXSpreadSheetReader
 
ExcelSAXSpreadSheetReader.SheetHandler - Class in adams.data.io.input
For reading a sheet from XML.
ExcelSAXSpreadSheetReader.SheetHandler(ExcelSAXSpreadSheetReader, SpreadSheet, SharedStringsTable) - Constructor for class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
Initializes the SAX handler.
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.
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
 

F

FILE_EXTENSION - Static variable in class adams.data.io.output.ExcelSpreadSheetWriter
the binary 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.
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.ExcelSAXSpreadSheetReader
Returns a string describing the format (used in the file chooser).
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.output.ExcelSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatExtensions() - Method in class adams.data.io.input.ExcelSAXSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the extension(s) of the format.
getInputType() - Method in class adams.data.io.input.ExcelSAXSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getSheetCount(File) - Method in class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getSheetIndex() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the index of the sheet to load.
getTextColumns() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the range of columns to treat as text.
getUseOutputStream() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
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.ExcelSAXSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
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_ContentType - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
what type the current cell is.
m_LastContents - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
the assembled cell content.
m_Owner - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
the reader this handler belongs to.
m_Reference - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
the cell reference.
m_Sheet - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
the spreadsheet to add the content to.
m_SheetIndex - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the sheet to load.
m_SST - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
the table for shared strings.
m_TextColumns - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the range of columns to force to be text.
m_UnhandledCellTypes - Variable in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
for caching unhandled cell types.
m_WriteOOXML - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
whether to write OOXML instead of binary Excel files (latter is default).

N

numericToString(Cell) - Method in class adams.data.io.input.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.data.io.input.AbstractExcelSpreadSheetReader
Sets whether to extend the header if rows have more cells than the header.
setSheetIndex(Index) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the index of the sheet to load.
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.
sheetIndexTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
startElement(String, String, String, Attributes) - Method in class adams.data.io.input.ExcelSAXSpreadSheetReader.SheetHandler
Receive notification of the start of an element.

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 R S T W

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