ファイル:インポート:Origin Project(OPJ)
Originのプロジェクトファイルから列をインポートします。
impOPJ fname:=D:\ImpOPJ.opj info.wkspage:=Book1 info.wks:=Sheet1 orng:=[Book1]Sheet1; //Import the first column in the sheet1 of book1
impOPJ fname:=D:\Book1.ogw info.wkspage:=Book2 info.wks:=Sheet1 info.cols:={0, 1} orng:=[Book1]Sheet1; //Import the column1 and column2 in the sheet1 of book2
impOPJ fname:=D:\Alkanes.opj info.wkspage:=Book1 info.wks:=Sheet2 options.include.units:=0 options.include.comments:=0 orng:=[Book1]Sheet1; //Import the first column in the sheet2 of book1 excluding the Units and the Comments
入力
string
fname$
TreeNode
<unassigned>
Range
<active>
シンタックスはここをご覧ください。
int
1
この関数は、ダイアログのオプションを設定して、Originプロジェクトファイル内の列をインポートします。これは、メニューまたはコマンドウィンドウから実行できます。
impheka -d
このサンプルでは、Originプロジェクトファイル内の特定の列をインポートする方法を紹介します。