https://github.com/femessage/excel-it
⬇️import/export excel easily
https://github.com/femessage/excel-it
excel-export excel-import
Last synced: 12 months ago
JSON representation
⬇️import/export excel easily
- Host: GitHub
- URL: https://github.com/femessage/excel-it
- Owner: FEMessage
- License: mit
- Created: 2019-05-21T08:19:25.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-11T10:34:45.000Z (over 5 years ago)
- Last Synced: 2025-04-18T13:09:48.772Z (about 1 year ago)
- Topics: excel-export, excel-import
- Language: JavaScript
- Homepage: https://femessage.github.io/excel-it/
- Size: 2.42 MB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README-zh.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# excel-it
[](https://travis-ci.com/FEMessage/excel-it)
[](https://www.npmjs.com/package/@femessage/excel-it)
[](https://www.npmjs.com/package/@femessage/excel-it)
[](https://github.com/FEMessage/excel-it/blob/master/LICENSE)
[](https://github.com/FEMessage/excel-it/pulls)
[](https://github-tools.github.io/github-release-notes/)
纯前端导入导出 excel
## Table of Contents
* [Introduction](#introduction)
* [Links](#links)
* [Install](#install)
* [Contributing](#contributing)
* [Contributors](#contributors)
* [License](#license)
## Introduction
纯前端实现导入导出 excel,经测试,1 万条数据导出,除去网络请求时间,导出的占用时间不超过 3 秒。
[⬆ Back to Top](#table-of-contents)
## Links
* [docs](https://FEMessage.github.io/excel-it/)
[⬆ Back to Top](#table-of-contents)
## Install
```sh
yarn add @femessage/excel-it
```
## Contributing
For those who are interested in contributing to this project, such as:
* report a bug
* request new feature
* fix a bug
* implement a new feature
Please refer to our [contributing guide](https://github.com/FEMessage/.github/blob/master/CONTRIBUTING.md).
[⬆ Back to Top](#table-of-contents)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
[MIT](./LICENSE)
[⬆ Back to Top](#table-of-contents)