Origin Ver. and Service Release (Select Help-->About Origin): Operating System:
I have multiple files with graph showing first (marked in black arrow), I want to close all the graph then the data tab is visible (marked in red arrow) so that i can use this script
fdlog.openpath(B);
doc -ef W {save -w %H %B%H.txt};
to save all the worksheet into text file. If i failed to do so i will get only 1 kb (black arrow of image 2) if i close the graph tab and use the above script i will get all the data in txt file (marked in red)
Please make sure that there is a worksheet named Data in every workbook of the opened project first. Also double check if there is indeed data inside the Data worksheet.