Directions
Copy cells with Ctrl+C from Excel
Paste into the left-hand text area element.
Click anywhere else on the page (or hit TAB) and the right-hand text area element should automatically update.
paste in excel data here.
wiki table markup will appear here once you paste the excel data and click away.
Header background color (CSS hex value or color name)
Row indices to highlight (header row is 0). Leave blank for none. Comma separated.
Highlight row color (CSS hex value or color name)
Cell formatting function (JavaScript)
function(content, line, rowIndex, colIndex) { // Do stuff to manipulate cell content here. return content; }