Is it possible to create a table and include only the pure data from an external file (only ampersand delimited stuff). Is it also possible to scale a table because data is vast and I don't want to keep on messing with table width and heights??
\begin{table}[H!]
\centering
\begin{tabular}{llllllll}
\input{stuff};
\end{tabular}
\caption{This is a caption}
\label{xxxx}
\end{table}
I want to import the data on the \input{stuff} part
\input{stuff}. – Steven B. Segletes Aug 06 '14 at 15:25\textwidth. – Steven B. Segletes Aug 06 '14 at 15:26