I have a php program which generates data in xls format. I have to read each row and format the row in specific format and same the formatted message in txt format and then use a java program to post it to another application (this java does by socket programming).
Since i am new to socket programming how should i proceed 1)How should i reformat the message? 2)then connect to java socket program to post the text file? 3)How do i read the response from java socket program to text file? 4)Reformat the message back from txt to excel format?