Skip to content

Releases: tsak/xlsx2json-api

v1.0.1

26 Jun 21:53
Compare
Choose a tag to compare

Download binary for your operating system and architecture and then run it (you will have to set the downloaded binary as executable with chmod +x). The following environment variables can be used to change the address and port the API listens on.

  • API_HOST (default localhost)
  • API_PORT (default 8000)
  • DEBUG (default 0), use DEBUG=1 to enable debug mode

Changelog

  • Improved error logging

v1.0.0

26 Jun 06:47
Compare
Choose a tag to compare

Download binary for your operating system and architecture and then run it (you will have to set the downloaded binary as executable with chmod +x). The following environment variables can be used to change the address and port the API listens on.

  • API_HOST (default localhost)
  • API_PORT (default 8000)
  • DEBUG (default 0), use DEBUG=1 to enable debug mode