Skip to content

Commit

Permalink
change command & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveofcode committed Dec 12, 2022
1 parent 4620684 commit 95ed5e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# FastExcel

> This project using [Neon](https://neon-bindings.com) as a binding to Rust to execute fast and efficient memory usage for generating XLSX document.
### Installation

npm i fastexcel

### Example

```
const fs = require('fs');
const { CsvFileWriter, Converter } = require("fastexcel");
// Part 1: Put Data to CSV/Text
const writer = new CsvFileWriter("./test/source-lib.csv", [
"No",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"project:install": "npm run build-release",
"rs:test": "cargo test",
"js:test": "jest --runInBand"
},
Expand Down

0 comments on commit 95ed5e8

Please sign in to comment.