NestJS/SheetJS demo instructions #2528

Closed
dmlo wants to merge 0 commits from master into master
dmlo commented 2022-02-20 16:50:09 +00:00 (Migrated from github.com)

The demo creates a NestJS server that uses SheetJS to import an uploaded spreadsheet.

The demo creates a NestJS server that uses SheetJS to import an uploaded spreadsheet.
SheetJSDev commented 2022-02-23 23:48:56 +00:00 (Migrated from github.com)

Thanks for looking into this! Few comments:

  1. Add a sample cURL line for testing, like
curl -X POST -F "file=@test.xlsx" http://localhost:3000/sheetjs/upload-xlsx-file

(is 3000 the default port for NestJS?)

  1. According to nest new -h, "Select NPM as the project's package manager when prompted." can be effectuated non-interactively with a CLI flag:
nest new -p npm xlsx-demo
Thanks for looking into this! Few comments: 1) Add a sample cURL line for testing, like ``` curl -X POST -F "file=@test.xlsx" http://localhost:3000/sheetjs/upload-xlsx-file ``` (is 3000 the default port for NestJS?) 2) According to `nest new -h`, "Select NPM as the project's package manager when prompted." can be effectuated non-interactively with a CLI flag: ```bash nest new -p npm xlsx-demo ```
reviewher commented 2022-02-26 05:51:27 +00:00 (Migrated from github.com)
56e23ca8e09e5513a8214c9d39d11a0366353daf

Pull request closed

Sign in to join this conversation.
No description provided.