Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivahaev committed Dec 27, 2015
1 parent 95d6eb4 commit 6690f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Takes input **.xlsx** documents with mustache sippets in it and renders new docu
import "github.com/ivahaev/go-xlsx-templater"
```

### Prepare **template.xlsx** template. Filename may be any of course. For slices use dot notation `{{items.name}}`. When parser meets dot notation it will repeats contains row.
### Prepare **template.xlsx** template.
Filename may be any of course. For slices use dot notation `{{items.name}}`. When parser meets dot notation it will repeats contains row.

![Sample document image](./template.png)

Expand Down

0 comments on commit 6690f8a

Please sign in to comment.