Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femessage/excel-it
⬇️import/export excel easily
https://github.com/femessage/excel-it
excel-export excel-import
Last synced: 4 days 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 (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-11T10:34:45.000Z (about 4 years ago)
- Last Synced: 2024-10-26T23:45:33.169Z (17 days ago)
- Topics: excel-export, excel-import
- Language: JavaScript
- Homepage: https://femessage.github.io/excel-it/
- Size: 2.42 MB
- Stars: 9
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README-zh.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# excel-it
[![Build Status](https://badgen.net/travis/FEMessage/excel-it/master)](https://travis-ci.com/FEMessage/excel-it)
[![NPM Download](https://badgen.net/npm/dm/@femessage/excel-it)](https://www.npmjs.com/package/@femessage/excel-it)
[![NPM Version](https://badgen.net/npm/v/@femessage/excel-it)](https://www.npmjs.com/package/@femessage/excel-it)
[![NPM License](https://badgen.net/npm/license/@femessage/excel-it)](https://github.com/FEMessage/excel-it/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/FEMessage/excel-it/pulls)
[![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](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 featurePlease 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)