Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Jan 12, 2021
1 parent 1f3aff1 commit 358bdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ s1 @Species {compartment: comp1, boundary: false} .= 10;

**file:** `index.heta` (combining all together and export to JSON format)
```heta
include table.xlsx type xlsx with {sheet: 1, skipRows: 1} // skipping one row
include table.xlsx type xlsx with {sheet: 1, omitRows: 1} // skipping one row between header and content
include table.xlsx type xlsx with {sheet: 2}
#export {format: json, filepath: output};
Expand Down

0 comments on commit 358bdcb

Please sign in to comment.