Generate LaTeX table code by importing your table in this Online LaTeX Generator
To wrap text inside tables, update your the column inside your \begin{tabular}{}
tag.
Eg: If you want the first column to take a maximum 30% of the line width and wrap the remaining text, change the first l
to p{0.3\linewidth}
% from