Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel1
maxLevel7

Basic UI

엑셀 업로드 버튼은 주로 Table List 와 함께 사용되며 실제 적용한 모습은 다음과 같다.

( 참고: Event Component )

...

...

Development Guide

1. Summary


Upload excel file. The format supports: .xls, .xlsx

Video Guide:

...

File sample:

backendcore/src/main/resources/schema/core/builder/frontoffice/element/popUpProp.json

...

View file
nametestUpload.xlsx

2. Reference Data Sample

...

main Schema:

backendcore/src/main/resources/schema/test/backOfficeGuide/uploadExcelSampleSchema.json

...

Reference Data Schema:

backendcore/src/main/resources/schema/test/backOfficeGuide/sampleJobSchema.json

...

Reference Data:

backendcore/src/main/resources/schema/test/backOfficeGuide/data/sampleJobData.json

...

Excel Data:

  • first row: table pid list

  • second row: table column name list

  • over 3 row: table data. reference data must input existing reference id.

  • sheet: table tid

...