8
votes
1answer
195 views

Reformatting LaTeX code after excel2latex

I use excel2latex to generate tables from Excel. The issue is that excel2latex generates really horribly formatted code with extra spaces, misaligned, etc. Does anyone have another solution to ...
26
votes
10answers
1k views

Methods to edit column order in an existing LaTeX table?

What is the best way of editing an existing LaTeX table? I need to swap the order of two columns and can't think of an efficient way of doing this. My table is a long creature of the following ...
20
votes
7answers
929 views

Which text editor to make tables scripts human readable

Suppose I want to edit a table moon & 456456456423423534 & 2342523 sun & 234324 & 3453 You see I have to enter a lot of spaces manually to align stuff. It is ok ...
5
votes
2answers
669 views

Visual table editor for linux

Is there any visual LaTeX-table editor for linux? I want something where I can load existing LaTeX-tables, modify them and save it in LaTeX.
13
votes
5answers
474 views

Editing *existing* multipage TeX tables in a spreadsheet-like interface?

Is there any GUI/interface/package that will enable me to edit existing data in columns of my super-complicated multipage TeX table? Currently, I count the "&"s to get to the correct column and ...
8
votes
4answers
8k views

Good LaTeX Table Editor? [duplicate]

For LaTeX tables editor, I am using LaTable version 0.7.1 which is good to a large extent. The only problem I have (so far) with this editor is the ability of adding multi-lines in a cell. Can ...