fanchann / api_excellReader

converting excel data to SQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting Excel Data to SQL Database

Endpoint

GET all data

curl -X GET https://localhost:9000/api/customers

GET data by id

curl -X GET https://localhost:9000/api/customer/:id

Upload data

curl -X POST -F document=@yourFileHere.xlsx https://localhost:9000/api/uploads

Upload file using curl

curl -X POST -F document=@yourFileHere.xlsx localhost:9000/api/uploads

Format file

excel data format :

  • column name: customer_name & customer_email\
  • sheet name: Sheet1 image

About

converting excel data to SQL database


Languages

Language:Go 100.0%