کد: [انتخاب]
\documentclass{article}
\usepackage{array}
\usepackage{xepersian}
\newcolumntype{P}[1]{>{\begingroup\setLTR\resetlatinfont}p{#1}<{\endgroup}}
\begin{document}
\begin{tabular}{|c|P{3cm}|}\hline
آ &
This is a test and let's write few more words here and there until we get some lines
\\ \hline
\end{tabular}
\end{document}