Skip to content

Instantly share code, notes, and snippets.

@mattn9x
Last active July 9, 2017 07:39
Show Gist options
  • Select an option

  • Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.

Select an option

Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.

Revisions

  1. manhnguyen revised this gist Jul 9, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions strutureExcelNode.js
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    model
    --user.model.js // model User sử dụng để query với mongoose
    --init.js
    --init.js // Khởi tạo một số dữ liệu user để tiện cho export data
    public
    exports
    --file_excel_export.xlsx // lưu trữ file excel được export
    view
    --index.ejs
    view
    --index.ejs // Trang chủ
    --receive.ejs // Trang nhận liên kết link download từ server gửi về và hiển thị lên
    -app.js // cấu hình ứng dụng
    -router.js // config cac router
  2. manhnguyen revised this gist Jul 9, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion strutureExcelNode.js
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    model
    --user.model // model User sử dụng để query với mongoose
    --user.model.js // model User sử dụng để query với mongoose
    --init.js
    public
    exports
    --file_excel_export.xlsx // lưu trữ file excel được export
  3. manhnguyen created this gist Jul 9, 2017.
    11 changes: 11 additions & 0 deletions strutureExcelNode.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    model
    --user.model // model User sử dụng để query với mongoose
    public
    exports
    --file_excel_export.xlsx // lưu trữ file excel được export
    view
    --index.ejs
    --receive.ejs // Trang nhận liên kết link download từ server gửi về và hiển thị lên
    -app.js // cấu hình ứng dụng
    -router.js // config cac router
    -package.json