All Projects → eric-wood → Excel2latex

eric-wood / Excel2latex

Javascript .xlsx to LaTeX table converter

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Excel2latex

Latex Template Cn
\LaTeX 中文模版收集。
Stars: ✭ 1,111 (+1306.33%)
Mutual labels:  latex
Arxiv Vanity
Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF.
Stars: ✭ 1,190 (+1406.33%)
Mutual labels:  latex
Latexdiagrams
Latex Diagrams that I have generated/taken from internet.
Stars: ✭ 77 (-2.53%)
Mutual labels:  latex
Latex2mathml
Pure Python library for LaTeX to MathML conversion
Stars: ✭ 65 (-17.72%)
Mutual labels:  latex
Csu Thesis
中南大学学术论文LaTex模板。Central South University Thesis LaTeX Template.
Stars: ✭ 70 (-11.39%)
Mutual labels:  latex
Foliant
Comprehensive markdown-based documentation toolkit
Stars: ✭ 74 (-6.33%)
Mutual labels:  latex
Latex Sketch Plugin
Bringing LaTeX to Sketch!
Stars: ✭ 60 (-24.05%)
Mutual labels:  latex
Cppadcodegen
Source Code Generation for Automatic Differentiation using Operator Overloading
Stars: ✭ 77 (-2.53%)
Mutual labels:  latex
Mathview
One stop for all Math formula and Science equation rendering in Android
Stars: ✭ 71 (-10.13%)
Mutual labels:  latex
Latex Homework Class
A class for homework assignments written in LaTeX.
Stars: ✭ 76 (-3.8%)
Mutual labels:  latex
Milewski Ctfp Pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
Stars: ✭ 9,037 (+11339.24%)
Mutual labels:  latex
Tufte Latex
A Tufte-inspired LaTeX class for producing handouts, papers, and books
Stars: ✭ 1,161 (+1369.62%)
Mutual labels:  latex
Coc Vimtex
vimtex integration for coc.nvim
Stars: ✭ 74 (-6.33%)
Mutual labels:  latex
Latex3
The LaTeX3 Development Repository
Stars: ✭ 1,138 (+1340.51%)
Mutual labels:  latex
Pandoc Letter Din5008
Pandoc template for writing Markdown letters (DIN 5008)
Stars: ✭ 77 (-2.53%)
Mutual labels:  latex
Atom Latex
The only LaTeX package you need for typesetting with Atom.
Stars: ✭ 60 (-24.05%)
Mutual labels:  latex
Jekyll Katex
Jekyll plugin for easy server-side math rendering via KaTeX
Stars: ✭ 73 (-7.59%)
Mutual labels:  latex
Masterthesistemplate
修士論文 LaTeX テンプレート|名古屋大学宇宙地球環境研究所の理学系修士学生用
Stars: ✭ 79 (+0%)
Mutual labels:  latex
Mathematical modeling
🎊 Mathematical Modeling Algorithms and Applications
Stars: ✭ 78 (-1.27%)
Mutual labels:  latex
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (-3.8%)
Mutual labels:  latex

Excel => LaTeX

Check out the demo.

A silly Javascript tool for converting Excel spreadsheets into LaTeX tables.

Right now I don't have any settings for what the resulting table looks like...I want to add this eventually, it's not difficult or anything. Sorry in advance if the formatting isn't what you're looking for, I'll make it more flexible in the future!

I just whipped this up in a few hours for fun, and haven't really tested it much. Pleasepleaseplease let me know if you manage to break it, I'd really appreciate it.

Compatability

Not completely sure, but most likely newer versions of Chrome, Firefox, and IE 10 will work great with this. Only tested on Chrome...this is just a little experiment ;)

Shout outs

Thanks to zip.js for making this thing possible. It's a badass library.

License

Copyright (c) 2012, Eric Wood
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the author nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL ERIC WOOD BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].