Added additional info

This commit is contained in:
Eric Wood 2012-10-30 08:47:11 -05:00
parent a04b7c0e4d
commit 41ea00390e
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@
<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>
<h4 class="info">Drag any .xlsx file onto the page to extract data and 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>Formatting from the Excel document won't be preserved, only the text will be extracted.</p>
<p>Lovingly hacked together by <a href="http://ericwood.org">Eric Wood</a></p>
</div>
</div>