From spreadsheets to LaTeX tables
Definition of the target You've a table with some columns and rows (in the example: four columns and six rows) in a spreadsheet. You need to transpose the table in a LaTeX document. Yes, I know! You could use the features of an IDE to add speedly everything you need. But considering that we are inside a worksheet, why not use the column management functions of the worksheet itself? To reach the target directly from the spreadsheet, you can proceed in three steps. The first step is entirely inside the spreadsheet. The second one consist of the transfer of the prepared data to the LaTeX document. The third is the completion of the code in LaTeX.