texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.73k stars 343 forks source link

Drag-Dropping of Tables from LibreOffice Calc / Excel #2672

Open geolta opened 1 year ago

geolta commented 1 year ago

Creating tables in LaTeX is always a bit annoying if it is based on table already existing in a spreadsheet application. Similar to drag-dropping images I would suggest to add drag-dropping and copy-pasting tables to TXS.

I could implement this.

sunderme commented 1 year ago

there is some functionality with the tabular wizard, but it is not very extensive

geolta commented 1 year ago

Yeah, I'm more thinking about just converting the table to LaTeX format or in other words separate cells by & and newlines by \\ without starting the wizard. Maybe also putting this into a tabular environment by default.