Convert Excel to JSON File

Design Diagram

Design_diagram

Overview

This program convert excel file into the JSON file.

  • Get the excel file and read that file.
  • Excel data insert into the list object.
  • Java list object convert to the JSON file.

Inputs

Input

Outputs

Output

Dependencies