Interface | Description |
---|---|
CellEditor | |
CellVisitor |
Callback function for
Range.forEach(CellVisitor) . |
CsvSheet |
Represents a CSV sheet in SmoothCSV.
|
Range |
The representation of a cell (or cells) on your csv sheet.
|
Class | Description |
---|---|
App |
This class represents the SmoothCSV application itself.
|
Clipboard | |
Command | |
Console |
The Console object provides access to the SmoothCSV's debugging console.
|
CsvProperties |
A class representing CSV properties such as delimiter, quote, and so on.
|
Macro |
Represents a macro.
|
Window |
The window object represents the window of SmoothCSV application.
|