Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
image

```
ExcelConfig = [{"ColName": "test1", "ColIndex": 0}, {"ColName": "test2", "ColIndex": 1}, {"ColName": "test3", "ColIndex": 2}, {"ColName": "test4", "ColIndex": 3}]
ExcelSheetName = test
```