Hello, this is a bit off-topic, maybe, but someone may help me. Anyway, I need to import data tables from MS Access queries to plain LyX tables. This data should be imported with the special copy & paste tool, but I need to flip between the x and y axis, i.e. lines should become rows, and rows should become lines (roughly as if seen in a mirror standing on the page form top-left to bottom-right of it). E.G.
FROM: 1 2 3 4 5 6 7 8 9 TO: 1 4 7 2 5 8 3 6 9 Which is the smartest way to do it? Thanks H.