All Projects → ivankokan → Excel2LaTeX

ivankokan / Excel2LaTeX

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

Programming Languages

vba
158 projects
TeX
3793 projects

Projects that are alternatives of or similar to Excel2LaTeX

Poiji
🍬 A tiny library converting excel rows to a list of Java objects based on Apache POI
Stars: ✭ 255 (-72.1%)
Mutual labels:  converter, excel
Excel2latex
The Excel add-in for creating LaTeX tables
Stars: ✭ 569 (-37.75%)
Mutual labels:  converter, excel
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 (-34.25%)
Mutual labels:  converter, excel
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (-87.2%)
Mutual labels:  excel
excel-spring-boot-starter
alibaba easyexcel spring boot starter
Stars: ✭ 222 (-75.71%)
Mutual labels:  excel
PSWriteExcel
PSWriteExcel is very basic (at the moment) PowerShell module to create Microsoft Excel workbooks without Microsoft Excel installed.
Stars: ✭ 55 (-93.98%)
Mutual labels:  excel
schema2ldif
Schema 2 ldif : tool to convert .schema to .ldif files and mange them live into an openldap server
Stars: ✭ 14 (-98.47%)
Mutual labels:  converter
wikitable2csv
A web tool to convert Wiki tables to CSV 📈
Stars: ✭ 112 (-87.75%)
Mutual labels:  converter
OfficeExtractor
Extracts embedded OLE objects from Word, Excel, PowerPoint, Open Office and RTF files without needing the original programs
Stars: ✭ 67 (-92.67%)
Mutual labels:  excel
bafi
Universal JSON, BSON, YAML, CSV, XML converter with templates
Stars: ✭ 65 (-92.89%)
Mutual labels:  converter
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-97.92%)
Mutual labels:  excel
symreader-converter
Converts between Windows PDB and Portable PDB formats.
Stars: ✭ 50 (-94.53%)
Mutual labels:  converter
i-sheet-you-not
Automagically turn Excel spreadsheets into Alfred 3 Workflows
Stars: ✭ 67 (-92.67%)
Mutual labels:  excel
dressup
Dress up your unicode!
Stars: ✭ 22 (-97.59%)
Mutual labels:  converter
ExcelCollectionViewLayout
An Excel-like UICollectionView's layout.
Stars: ✭ 32 (-96.5%)
Mutual labels:  excel
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (-95.95%)
Mutual labels:  excel
godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (-95.4%)
Mutual labels:  converter
xsampa
X-SAMPA to IPA converter
Stars: ✭ 20 (-97.81%)
Mutual labels:  converter
filefy
A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats
Stars: ✭ 39 (-95.73%)
Mutual labels:  excel
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (-96.83%)
Mutual labels:  excel

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. Does not work on LibreOffice Calc.

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