Hello Baaners
I have created an ASCII File with the Headings and Details and i want it to be formatted such that it opens in Excel perfectly, i.e, Each Columns comes as speperately as intended.
So i created a "tab" in the Headers and in details and put it in an ASCII File using seq.open. Now i copied onto the Client using the command server2client and saved it as ".xlsx" file format. Now when the Excel opens it, i get a message
"File extension or the format is not valid. Verify the file is not corrupted and so on"
But when i save the file as ".xls", the Excel opens it more or less perfectly. I need to save it in ".xlsx" format as it is the latest one.
Also, i need to make the Header Bold..
PS: If you have used Mingle, there is an option which says, export to excel and it exports very beautifully. Was thinking if this could be replicated or if it is already there.
I have created an ASCII File with the Headings and Details and i want it to be formatted such that it opens in Excel perfectly, i.e, Each Columns comes as speperately as intended.
So i created a "tab" in the Headers and in details and put it in an ASCII File using seq.open. Now i copied onto the Client using the command server2client and saved it as ".xlsx" file format. Now when the Excel opens it, i get a message
"File extension or the format is not valid. Verify the file is not corrupted and so on"
But when i save the file as ".xls", the Excel opens it more or less perfectly. I need to save it in ".xlsx" format as it is the latest one.
Also, i need to make the Header Bold..
PS: If you have used Mingle, there is an option which says, export to excel and it exports very beautifully. Was thinking if this could be replicated or if it is already there.