- getActiveCell() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the active cell in this sheet.
- getActiveCellEditor() - Static method in class com.smoothcsv.core.macro.api.App
-
Returns the active
CellEditor
or null if there is no active CellEditor.
- getActiveCellEditor(boolean) - Static method in class com.smoothcsv.core.macro.api.App
-
- getActiveRange() - Static method in class com.smoothcsv.core.macro.api.App
-
Returns the range of cells that is currently considered active.
- getActiveRange() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the active range for the active sheet.
- getActiveSheet() - Static method in class com.smoothcsv.core.macro.api.App
-
Gets the active csvsheet.
- getCell(int, int) - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns a given cell within a range.
- getCharset() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the charset that is used for saving file.
- getColumn() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the starting column position for this range.
- getColumnWidth(int) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Gets the width in pixels of the given column.
- getDelimiter() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the character to separate each field.
- getEscape() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the character to escape quote characters.
- getIndex() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Gets the position of the sheet in the application.
- getLastColumn() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the end column position.
- getLastRow() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the end row position.
- getName() - Static method in class com.smoothcsv.core.macro.api.App
-
Returns the name of this application.
- getNewlineCharacter() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the newline character that is used for saving file.
- getNumColumns() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
- getNumColumns() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the number of columns in this range.
- getNumRows() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
- getNumRows() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the number of rows in this range.
- getPathname() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the pathname of the file to be saved.
- getProperties() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the properties that will be used for saving data to a file.
- getQuote() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the character to quote a field.
- getQuoteOption() - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Returns the rule which indicates how to apply quote to a value.
- getRange(int, int) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the range with the top left cell at the given coordinates.
- getRange(int, int, int, int) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the range with the top left cell at the given coordinates with the given number of rows
and columns.
- getRange() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Returns the range containing all the cells.
- getRow() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the starting row position for this range.
- getRowHeight(int) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Gets the height in pixels of the given row.
- getSheet() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the sheet this range belongs to.
- getSheets() - Static method in class com.smoothcsv.core.macro.api.App
-
Gets all the sheets in this application.
- getValue() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the value of the top-left cell in the range.
- getValues() - Method in interface com.smoothcsv.core.macro.api.Range
-
Returns the rectangular sheet of values for this range.
- getVersion() - Static method in class com.smoothcsv.core.macro.api.App
-
Returns the version name of this application.
- save() - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Saves changes to the specified file.
- saveAs(String) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Saves changes to the different file.
- setActiveRange(Range) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Sets the active range for the active sheet.
- setActiveSheet(CsvSheet) - Static method in class com.smoothcsv.core.macro.api.App
-
Sets the active csvsheet.
- setCharset(String) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the charset that is used for saving file.
- setColumnWidth(int, int) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Sets the width of the given column in pixels.
- setDelimiter(String) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the character to separate each field.
- setEscape(String) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the character to escape quote characters.
- setHasBOM(boolean) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets if the BOM (Byte Order Mark) will be inserted.
- setNewlineCharacter(String) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the newline character that is used for saving file.
- setPathname(String) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Sets the pathname of the file to be saved.
- setProperties(CsvProperties) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Sets the properties that will be used for saving data to a file.
- setQuote(String) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the character to quote a field.
- setQuoteOption(int) - Method in class com.smoothcsv.core.macro.api.CsvProperties
-
Sets the rule which indicates how to apply quote to a value.
- setValue(Object) - Method in interface com.smoothcsv.core.macro.api.Range
-
Sets the value of the range.
- setValues(Object[][]) - Method in interface com.smoothcsv.core.macro.api.Range
-
Sets a rectangular sheet of values (must match dimensions of this range).
- sort(Object) - Method in interface com.smoothcsv.core.macro.api.CsvSheet
-
Sorts a sheet, by column and order specified.
- sort(Object) - Method in interface com.smoothcsv.core.macro.api.Range
-
Sorts the cells in a given range, by column and order specified.