Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekoluka/exceltoobject
A simple Excel to object converter api
https://github.com/nekoluka/exceltoobject
Last synced: 10 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:12:43.000Z (6 months ago)
- Last Synced: 2024-12-22T19:43:10.850Z (18 days 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
```