All Projects → krlmlr → Excel2latex

krlmlr / Excel2latex

Licence: other
The Excel add-in for creating LaTeX tables

Projects that are alternatives of or similar to Excel2latex

tex-equation-to-svg
Convert a TeX or LaTeX string to an SVG.
Stars: ✭ 34 (-94.02%)
Mutual labels:  converter, latex
Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (+5.62%)
Mutual labels:  excel, converter
Poiji
🍬 A tiny library converting excel rows to a list of Java objects based on Apache POI
Stars: ✭ 255 (-55.18%)
Mutual labels:  excel, converter
Excel2LaTeX
The Excel add-in for creating LaTeX tables
Stars: ✭ 914 (+60.63%)
Mutual labels:  converter, excel
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-25.83%)
Mutual labels:  excel, latex
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (-10.19%)
Mutual labels:  excel
Stock analysis for quant
Different Types of Stock Analysis in Python, R, Matlab, Excel, Power BI
Stars: ✭ 525 (-7.73%)
Mutual labels:  excel
Docjure
Read and write Office documents from Clojure
Stars: ✭ 510 (-10.37%)
Mutual labels:  excel
Simple Excel
Read and write simple Excel and CSV files
Stars: ✭ 502 (-11.78%)
Mutual labels:  excel
Phd Thesis Template
A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
Stars: ✭ 561 (-1.41%)
Mutual labels:  latex
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+4161.86%)
Mutual labels:  converter
Locktableview
Android自定义表格,支持锁双向表头,自适应列宽,自适应行高,快速集成。Android custom table, support two-way lock header, adaptive column width, adaptive line width, rapid integration.
Stars: ✭ 520 (-8.61%)
Mutual labels:  excel
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (-10.02%)
Mutual labels:  converter
Reogrid
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
Stars: ✭ 532 (-6.5%)
Mutual labels:  excel
Synp
Convert yarn.lock to package-lock.json and vice versa
Stars: ✭ 510 (-10.37%)
Mutual labels:  converter
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (-4.22%)
Mutual labels:  latex
Pgf
A Portable Graphic Format for TeX
Stars: ✭ 504 (-11.42%)
Mutual labels:  latex
Freac
The fre:ac audio converter project
Stars: ✭ 518 (-8.96%)
Mutual labels:  converter
Formula Parser
Javascript Library parsing Excel Formulas and more
Stars: ✭ 544 (-4.39%)
Mutual labels:  excel
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-8.79%)
Mutual labels:  latex

Excel2LaTeX

Making tables in LaTeX can be tedious, especially if some columns are calculated. This converter allows you to write a table in Excel instead, and export the current selection as LaTeX markup which can be pasted into an existing LaTeX document, or exported to a file and included via the \input command.

Known to be compatible with Windows Excel 2000–2016 (32-bit and 64-bit) and Mac Excel 2004, 2011, and 2016. May also be compatible with other versions that support .xla add-ins.

Excel and Excel2LaTeX comparison

Features

Most Excel formatting is supported.

  • Bold and italic (if applied to the whole cell)
  • Left, right, center, and general alignment (per-cell or per-column)
  • Vertical and horizontal borders (per-cell or per-column, single or double)
  • Font color (using the xcolor package)
  • Fill color (using the colortbl package)
  • Rotation (using the rotating package)
  • Merged cells (using the multirow package, if needed)
  • Can convert \, $, _, ^, %, &, and # to appropriate macros, or leave them in-place
  • Supports booktabs package
  • Uses bigstrut package when booktabs is not available
  • Makes standard LaTeX tabular environment
  • Can surround tabular environment with table environment template
  • Copy output to clipboard or export to a .tex file for inclusion using \include
  • Save table specifications to your Excel worksheet, then export all tables at once

Using

Just open the file Excel2LaTeX.xla in Excel. Then you will have two additional menu items in your Tools menu and a new toolbar with two buttons on it. For Excel 2007 and later, you will have two new buttons in the Add-Ins ribbon. If you plan to use the program frequently, you can save it in your addin directory and add it with ToolsAdd-Ins. This way it will be loaded whenever Excel is opened.

Select the table to convert and hit the button Convert Table to LaTeX. You will be given the option to save the result to a .tex file, or send it to the clipboard (so you can paste it into your LaTeX editor). Hit the Store button to store the current settings so you can Load them later or Export All to files.

Excel2LaTeX interface

Contributing

The development repository and the bug tracker for this package are hosted on GitHub. To work with the project, you will require chelh's VBA Sync Tool.

License

Copyright © 1996–2017 Chelsea Hughes, Kirill Müller, Andrew Hawryluk, Germán Riaño, and Joachim Marder.

This work is distributed under the LaTeX Project Public License, version 1.3 or later, available at http://www.latex-project.org/lppl.txt

Chelsea Hughes currently maintains this project (comprising Excel2LaTeX.xla and README.md) and will receive error reports at the project GitHub page (see Contributing above).

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].