Skip to content

Example of uploading , reading and writing of the data of the excel file

License

Notifications You must be signed in to change notification settings

sanzharanarbay/golang_excel_example

Repository files navigation

Golang excel Example

How to run project

  • docker-compose build --no-cache
  • docker-compose up -d
  • docker-compose ps
  • docker-compose logs -f {service-name}
  • send POST request to API' , http://127.0.0.1:8080/api/v1/files/upload , for upload excel file (.xlsx, .xlx formats)
  • docker-compose down (remove and stop containers)

Project Details