Untitled

Directory Structure

├── README.md
├── **docker-compose.yml**
├── react
│   ├── README.md
│   └── xlsx-app
│       ├── **Dockerfile**
│       ├── README.md
│       ├── package.json
│       ├── public
│       ├── src
│       ├── tsconfig.json
│       └── yarn.lock
└── spring
    ├── **Dockerfile**
    ├── demo.iml
    ├── mvnw
    ├── mvnw.cmd
    ├── pom.xml
    └── src
        ├── main
        └── test

요구사항

위의 두 파일 업로드 시, RawDataFile 행별로 데이터를 읽어 xlsx취합 (.zip)

기능 구성

개발중 이슈

https://github.com/woqls22/E-commerce-XlsxConverter


화면

Untitled

Untitled

결과

Untitled