Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 597 Bytes

ExcelToJson

Converts Multiple Excel File To Json

images

The following libraries have been used in writing this code:

.net 5.0
Newtonsoft.Json
System.Data.OleDb

How To Use


Put the parent folder`s path that Excel files stored in your system in "filePath" variable.
Put the parent folder`s path that Json files should stored in your system in "destinationPath" variable and start.

Json files are saved in the project path.