excel2latex/index.html

25 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Excel => LaTeX</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href="https://github.com/eric-wood/excel2latex"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="center">
<h1 class="title">excel => LaTeX</h1>
<h4 class="info">Drag any .xlsx file onto the page to convert it into a LaTeX table</h4>
<div class="content">
<textarea id="latex-output" readonly="readonly"></textarea>
<p>Mostly untested, so if you find a bug or have a feature request, <a href="https://github.com/eric-wood/excel2latex/issues">let me know!</a>
<p class="disclaimer">Note: this only works with .xlsx files. That means .xls files will <b>not</b> work.</p>
<p>Lovingly hacked together by <a href="http://ericwood.org">Eric Wood</a></p>
</div>
</div>
<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>