Skip to content

Commit

Permalink
Simplify sheet name example
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 23, 2024
1 parent 1679a93 commit 1c90b67
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions example/example.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<table>
<table _excel-name="My sheet">

<tr>
<!-- Apply json-encoded styles to cells -->
Expand Down Expand Up @@ -54,37 +54,3 @@
</tr>

</table>
<table _excel-name="Named Sheet A" >
<tr>
<td>1.</td>
<td _excel-styles='{"width": "auto"}'>Sheet A - text value 1</td>
<td><strong>111</strong></td>
</tr>
<tr>
<td>2.</td>
<td _excel-styles='{"width": "auto"}'>Sheet A - text value 2</td>
<td><strong>222</strong></td>
</tr>
<tr>
<td>3.</td>
<td _excel-styles='{"width": "auto"}'>Sheet A - text value 2</td>
<td><strong>333</strong></td>
</tr>
</table>
<table _excel-name="Named Sheet B" >
<tr>
<td>1.</td>
<td _excel-styles='{"width": "auto"}'>Sheet B - text value 1</td>
<td><strong>111</strong></td>
</tr>
<tr>
<td>2.</td>
<td _excel-styles='{"width": "auto"}'>Sheet B - text value 2</td>
<td><strong>222</strong></td>
</tr>
<tr>
<td>3.</td>
<td _excel-styles='{"width": "auto"}'>Sheet B - text value 3</td>
<td><strong>333</strong></td>
</tr>
</table>

0 comments on commit 1c90b67

Please sign in to comment.