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

Commit 1d12a29

Browse files
author
Rohith
committed
build
1 parent a7c23e1 commit 1d12a29

File tree

6 files changed

+29230
-19706
lines changed

6 files changed

+29230
-19706
lines changed

dist/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<table id="simpleTable1" data-cols-width="70,15,10">
1313
<tbody>
1414
<tr>
15-
<td colspan="5" data-f-sz="25" data-f-color="FFFFAA00" data-a-h="center" data-a-v="middle" data-f-underline="true">
15+
<td colspan="5" data-f-sz="12" data-f-color="FFFFAA00" data-a-h="center" data-a-v="middle" data-f-underline="true">
1616
Sample Excel
1717
</td>
1818
</tr>
@@ -34,7 +34,7 @@
3434
ABC1
3535
</td>
3636
<td rowspan="1" data-f-strike="true">Striked Text</td>
37-
<td data-t="d">05-20-2018</td>
37+
<td data-t="d" data-num-fmt="dd-mm-yyyy">20-05-2018</td>
3838
<td data-t="n" data-num-fmt="$ 0.00">2210.00</td>
3939
</tr>
4040

@@ -165,12 +165,12 @@
165165
<script src="/tableToExcel.517b1af9.js"></script>
166166

167167
<script>function exportExcel() {
168-
TableToExcel.convert(document.getElementById("simpleTable1"));
168+
TableToExcel.convert(document.getElementById('simpleTable1'));
169169
}
170170

171-
var button = document.querySelector("#toExcel");
172-
button.addEventListener("click", function (e) {
173-
var table = document.querySelector("#sampletable2");
171+
var button = document.querySelector('#toExcel');
172+
button.addEventListener('click', function (e) {
173+
var table = document.querySelector('#sampletable2');
174174
TableToExcel.convert(table);
175175
});</script>
176176
</body>

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)