I am currently writing my PhD thesis using LaTeX, and I'm wondering whether anybody has experience with inserting or importing large multicolumn data from .xls-files into a .tex-file.
I am already familiar with the syntax for tables in LaTex; however, I would not want to manually type the data again for each row and column. It would be too tedious given that I will have multi-page tables (proteomics data).
Is there some useful importer/plugin available that nicely does the job?
Or is there a particular format that I could convert my .xls-file to (e.g. csv, ...), that would simplify the task?
Any suggestions are greatly appreciated.