excel2latex/index.html

15 lines
510 B
HTML

<html>
<head>
<title>Excel to LaTeX converter</title>
</head>
<body>
<h1>Excel to LaTeX converter</h1>
<p>Drag any .xlsx file onto the page to begin!</p>
<h3>LaTeX output:</h3>
<textarea id="latex-output" readonly="readonly" rows="30" cols="80"></textarea>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="zip.js"></script>
<script type="text/javascript" src="converter.js"></script>
</body>
</html>