{"id":13941628,"url":"https://github.com/ivankokan/Excel2LaTeX","last_synced_at":"2025-07-20T04:32:09.803Z","repository":{"id":22892846,"uuid":"26241197","full_name":"ivankokan/Excel2LaTeX","owner":"ivankokan","description":"The Excel add-in for creating LaTeX tables","archived":false,"fork":false,"pushed_at":"2023-11-29T13:00:53.000Z","size":11730,"stargazers_count":1342,"open_issues_count":23,"forks_count":147,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-05-23T04:09:19.007Z","etag":null,"topics":["converter","excel","latex"],"latest_commit_sha":null,"homepage":"","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivankokan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-05T21:45:20.000Z","updated_at":"2025-05-22T02:23:06.000Z","dependencies_parsed_at":"2024-09-24T05:01:07.875Z","dependency_job_id":null,"html_url":"https://github.com/ivankokan/Excel2LaTeX","commit_stats":{"total_commits":347,"total_committers":7,"mean_commits":49.57142857142857,"dds":0.2247838616714697,"last_synced_commit":"3b18caedc202e4b1b1a6e6e4c3b961fc8a38e337"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ivankokan/Excel2LaTeX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankokan%2FExcel2LaTeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankokan%2FExcel2LaTeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankokan%2FExcel2LaTeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankokan%2FExcel2LaTeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivankokan","download_url":"https://codeload.github.com/ivankokan/Excel2LaTeX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivankokan%2FExcel2LaTeX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067266,"owners_count":23871324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","excel","latex"],"created_at":"2024-08-08T02:01:23.217Z","updated_at":"2025-07-20T04:32:09.429Z","avatar_url":"https://github.com/ivankokan.png","language":"VBA","funding_links":[],"categories":["VBA"],"sub_categories":[],"readme":"# Excel2LaTeX\nMaking tables in LaTeX can be tedious, especially if some columns are calculated.\nThis converter allows you to write a table in Excel instead, and export the current selection as LaTeX markup\nwhich can be pasted into an existing LaTeX document, or exported to a file and included via the `\\input` command.\n\nKnown to be compatible with Windows Excel 2000\u0026ndash;2016 (32-bit and 64-bit) and Mac Excel 2004, 2011, and 2016.\nMay also be compatible with other versions that support `.xla` add-ins. Does not work on LibreOffice Calc.\n\n![Excel and Excel2LaTeX comparison](https://i.imgur.com/UNKCihT.png)\n\n## Features\nMost Excel formatting is supported.\n * Bold and italic (if applied to the whole cell)\n * Left, right, center, and general alignment (per-cell or per-column)\n * Vertical and horizontal borders (per-cell or per-column, single or double)\n * Font color (using the `xcolor` package)\n * Fill color (using the `colortbl` package)\n * Rotation (using the `rotating` package)\n * Merged cells (using the `multirow` package, if needed)\n * Can convert `\\`, `$`, `_`, `^`, `%`, `\u0026`, and `#` to appropriate macros, or leave them in-place\n * Supports `booktabs` package\n * Uses `bigstrut` package when `booktabs` is not available\n * Makes standard LaTeX `tabular` environment\n * Can surround `tabular` environment with `table` environment template\n * Copy output to clipboard or export to a `.tex` file for inclusion using `\\include`\n * Save table specifications to your Excel worksheet, then export all tables at once\n\n## Using\nJust open the file Excel2LaTeX.xla in Excel. Then you will have two additional \nmenu items in your **Tools** menu and a new toolbar with two buttons on it. For \nExcel 2007 and later, you will have two new buttons in the **Add-Ins** ribbon. If \nyou plan to use the program frequently, you can save it in your addin directory \nand add it with **Tools**\u0026rarr;**Add-Ins**. This way it will be loaded whenever Excel is \nopened.\n\nSelect the table to convert and hit the button **Convert Table to LaTeX**. You \nwill be given the option to save the result to a `.tex` file, or send it to the clipboard \n(so you can paste it into your LaTeX editor). Hit the **Store** button to store the \ncurrent settings so you can **Load** them later or **Export All** to files.\n\n![Excel2LaTeX interface](https://i.imgur.com/EK88upo.png)\n\n## Contributing\nThe development repository and the bug tracker for this package are hosted on\n[GitHub](https://github.com/krlmlr/Excel2LaTeX). To work with the project, you\nwill require chelh's [VBA Sync Tool](https://github.com/chelh/VBASync). \n\n## License\nCopyright \u0026copy; 1996\u0026ndash;2017 Chelsea Hughes, Kirill Müller, Andrew Hawryluk,\nGermán Riaño, and Joachim Marder.\n\nThis work is distributed under the LaTeX Project Public License, version 1.3\nor later, available at http://www.latex-project.org/lppl.txt\n\nChelsea Hughes currently maintains this project (comprising `Excel2LaTeX.xla`\nand `README.md`) and will receive error reports at the project GitHub page\n(see **Contributing** above).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankokan%2FExcel2LaTeX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivankokan%2FExcel2LaTeX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivankokan%2FExcel2LaTeX/lists"}