Dear all,
if you need to generate a table to LATEX generator, perhaps for your thesis, paper, etc.
There are a few simple ways:
- You have your table generated in excel or any other listing format you can use the online tool:
https://www.latex-tables.com/
https://www.tablesgenerator.com/
- You can use a CTAN package, but I have never used it:
https://ctan.org/tex-archive/support/excel2latex/
https://www.faculty.agecon.vt.edu/AAEC5126/latex/ConvertingExcelTables.pdf
- The data is already in a MATLAB table format:
https://nl.mathworks.com/matlabcentral/fileexchange/69063-matlab-table-to-latex-conversor
- The data is in a python Pandas data frame format:
Command: pandas.DataFrame.to_latex
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_latex.html
Cheers and good luck.
Best regards,
Ronny Guendel