Class ExcelDataUpload

java.lang.Object
All Implemented Interfaces:
Executable, Reentrant, StyledBuilder, HasLogic, StyledBuilder, Transactional, ClickHandler, CloseableView, ExecutableView, HTMLGenerator, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener

public class ExcelDataUpload extends UploadProcessorView implements Transactional
Upload data contain in an Excel file and typically create entries in the system. The Excel file may contain data rows in a specified area called "data boundary" and you can use the method setDataBoundary(String) to define the "data boundary". If the "data boundary" is not specified, the whole Excel sheet data will be considered as the "data boundary". Processing of the data is done in the processData(ArrayList) method and data from the "data boundary" is passed to that method as a parameter.
Author:
Syam
See Also: