String srcText = str;
String[] cells = srcText.split("      ");
String Q_num=cells[0];
String A_num=cells[1];
...................