com.vaadin.flow.component.spreadsheet.
Class SpreadsheetFactory
- java.lang.Object
-
- com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
All Implemented Interfaces:
public class SpreadsheetFactory extends Object implements Serializable
SpreadsheetFactory is an utility class of the Spreadsheet component. It is used for operations related to loading and saving a workbook and related data.
Author:
Vaadin Ltd.
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_COL_WIDTH_UNITS
Default column width for new sheets in characters
static int
DEFAULT_COLUMNS
Default column count for new workbooks
static float
DEFAULT_ROW_HEIGHT_POINTS
Default for height for new sheets in points
static int
DEFAULT_ROWS
Default row count for new workbooks
-
Constructor Summary
Constructors Constructor Description SpreadsheetFactory()
-
-
-
Field Detail
-
DEFAULT_COL_WIDTH_UNITS
public static final int DEFAULT_COL_WIDTH_UNITS
Default column width for new sheets in characters
See Also:
-
DEFAULT_ROW_HEIGHT_POINTS
public static final float DEFAULT_ROW_HEIGHT_POINTS
Default for height for new sheets in points
See Also:
-
DEFAULT_COLUMNS
public static final int DEFAULT_COLUMNS
Default column count for new workbooks
See Also:
-
DEFAULT_ROWS
public static final int DEFAULT_ROWS
Default row count for new workbooks
See Also:
-
-