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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithb authored Dec 27, 2018
1 parent aa1ae17 commit 88d7a0b
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 @@ -38,7 +38,8 @@ TableToExcel.convert(document.getElementById("table1"), {

# Cell Types

Cell types can be set using the following data attributes:
Cell types can be set using the following data attributes:

|Attribute| Description| Possible Values|
|---------|------------|----------------|
|`data-t`| To specify the data type of a cell| `s` : String (Default)<br> `n` : Number <br> `b` : Boolean <br> `d` : Date|
Expand Down

0 comments on commit 88d7a0b

Please sign in to comment.