{"id":14980808,"url":"https://github.com/kun-zhou/latex2excel","last_synced_at":"2025-10-29T03:31:06.800Z","repository":{"id":57438538,"uuid":"82437931","full_name":"kun-zhou/latex2excel","owner":"kun-zhou","description":"Converts LaTeX tables to Excel worksheets for easy manipulation","archived":false,"fork":false,"pushed_at":"2018-05-07T13:39:26.000Z","size":21,"stargazers_count":29,"open_issues_count":7,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T21:41:31.398Z","etag":null,"topics":["excel","latex-package","macro","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kun-zhou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-19T05:38:45.000Z","updated_at":"2025-01-15T16:55:24.000Z","dependencies_parsed_at":"2022-08-29T08:41:24.858Z","dependency_job_id":null,"html_url":"https://github.com/kun-zhou/latex2excel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kun-zhou%2Flatex2excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kun-zhou%2Flatex2excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kun-zhou%2Flatex2excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kun-zhou%2Flatex2excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kun-zhou","download_url":"https://codeload.github.com/kun-zhou/latex2excel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238762755,"owners_count":19526461,"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":["excel","latex-package","macro","python3"],"created_at":"2024-09-24T14:02:26.517Z","updated_at":"2025-10-29T03:31:01.529Z","avatar_url":"https://github.com/kun-zhou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# latex2excel\nThis script consumes a LaTeX source code file containing multiple tabular environments and generates an Excel workbook where each table is stored in an individual worksheet. In addition to traditional commands like `\\hline` and `\\multicolumn`, many commands from the `booktabs` package are also supported. I wrote this script during my tenure as a research assistant.\n\nTry it out!\n\n## Install\nMake sure you have `pip` installed. Then run `pip install latex2excel` or `pip3 install latex2excel`.\n\n### Dummies' Guide for macOS Users\nIf on macOS, run the following:\n`/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"`\n`brew install python3`\n`pip3 install latex2excel`\nin a terminal window. this sets up Homebrew and installs python3 using Homebrew.\n\n## Usage\n   - `latex2excel recent_table.tex` will generate an Excel file with the name `recent_table.xlsx` at same directory as `recent_table.tex`\n   - `latex2excel recent_table.tex table_03` will generate an Excel file with the name `table_03.xlsx` in the current working directory (use `pwd` to get the current working directory)\n \n## Caveats:\n- It does not support nested tables.\n- Does not support nested commands in general because this script uses simple regex to identify tabular environment and various commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkun-zhou%2Flatex2excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkun-zhou%2Flatex2excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkun-zhou%2Flatex2excel/lists"}