Luckyexcel-node

November 19, 2020 · View on GitHub

English| 简体中文

Introduction

Luckyexcel-node is a koa2 server analysis case of an excel import and export library Luckyexcel.

Development

Requirements

Node.js Version >= 6

Installation

npm install

start

node app.js

Then visit http://localhost:3000/luckyexcel.

You can see the converted excel json returned by the backend.

The core code is in luckyexcel.js

Resources

  • Luckysheet
  • Luckysheet-vue

License

MIT

Copyright (c) 2020-present, mengshukeji

Contents

  1. 1Introduction
  2. 2Development
  3. 2.1Requirements
  4. 2.2Installation
  5. 2.3start
  6. 3Resources
  7. 4License