Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
conflict resolved in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohith committed Aug 22, 2018
2 parents f8315d9 + 9745e4d commit f315d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ XLSX.utils.html.save_table_as_excel(document.getElementById("table1"), {
});
```

See [samples/test1.html](https://github.com/linways/table-to-excel/blob/master/samples/test1.html) for working example.
See [samples/test1.html](https://github.com/linways/table-to-excel/blob/master/samples/test1.html) or [this fiddle](https://jsfiddle.net/rohithb/e2h4mbc5/)for working example.

# Cell Types

Cell types can be set using `data-t` attribute in each `td` tag.
Cell types can be set using `data-t` attribute in each `td` tag.
Possible values: `b` Boolean, `n` Number, `e` error, `s` String, `d` Date
Example:

Expand Down

0 comments on commit f315d61

Please sign in to comment.