https://github.com/nekoluka/exceltoobject
A simple Excel to object converter api
https://github.com/nekoluka/exceltoobject
Last synced: 5 months ago
JSON representation
A simple Excel to object converter api
- Host: GitHub
- URL: https://github.com/nekoluka/exceltoobject
- Owner: NekoLuka
- Created: 2024-07-06T19:03:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:12:43.000Z (about 1 year ago)
- Last Synced: 2025-02-14T05:43:33.544Z (5 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExcelToObject
This API is used for converting an sheet in an excel file into an JSON object.
The API comes with Swagger, but since Swagger doesn't support multipart and file upload, I recommend testing this API with Postman.
This repo contains an excel test file.
You can use this file with the following parameters:```
ExcelConfig = [{"ColName": "test1", "ColIndex": 0}, {"ColName": "test2", "ColIndex": 1}, {"ColName": "test3", "ColIndex": 2}, {"ColName": "test4", "ColIndex": 3}]
ExcelSheetName = test
```