You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally the column labels were repeated in the top and in the first row; now
it shows `A, B, C, ...` and the first row is properly frozen.
h/t @Path2SharePoint (on Twitter) for noticing the issue.
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ <h3>
33
33
Need a file? Why not the <ahref="http://www.whitehouse.gov/sites/default/files/omb/budget/fy2014/assets/receipts.xls">OMB FY 2014 Federal Receipts?</a>
34
34
</h3>
35
35
<tableid="tt">
36
-
<tr><tdcolspan="6"><ahref="osstatus.html">SheetJS Libraries</a> (for parsing) and <ahref="http://handsontable.com">Handsontable</a> (grid component)</td></tr>
36
+
<tr><tdcolspan="6"><ahref="http://github.com/SheetJS/SheetJS.github.io">View Source</a>; <ahref="osstatus.html">SheetJS Libraries</a> (for parsing) and <ahref="http://handsontable.com">Handsontable</a> (grid component)</td></tr>
0 commit comments