Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Mar 15, 2021
1 parent 3bdcc9b commit 6577ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrate-to-v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You don't need it for newly created platform.
Da #defineUnit { units: g/mole };
```
1. The numeration of tables in XLSX module starts from zero. Update the code if you use them.
1. Now the numeration of sheets in module of XLSX type starts from zero. Update the code if you use them.
**include statement for xlsx type**
Expand All @@ -60,4 +60,4 @@ You don't need it for newly created platform.
include table.xlsx type xlsx with { sheet: 1, omitRows: 3 }
```
1. Build and check errors.
1. Build and check errors.

0 comments on commit 6577ef6

Please sign in to comment.