Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASummaryDetails

ORG-12995

ORG-12978

New Excel Import dialog without using COM support

Excel Import has been redone and no longer relies on the COM for import of *.xls and .xlsx/.xlsm files.

In practical terms, this means that you no longer have to have MS Excel installed to import your Excel files into Origin.

It only supports "Excel 97-2003" and "Excel 2007 and later"

ORG-14358Support Sparklines for CSV import

For CSV import, Sparkline is turned on by default.

ORG-14729Open a specified folder in an existing project

LabTalk script is created to open a specified folder of an existing project and only the content in the specified folder will be in the new project, info in other folder will not exist in the new opened opj.  Sample scripts are as following.

doc -AF "K:\OriginPro91UserD\TargetPath.opj" "TargetPath/FolderB/SubB" // Append the specified folder in another Origin project or another whole Origin project as a sibling to the current folder. 
doc -AFR "K:\OriginPro91UserD\TargetPath.opj" "TargetPath/FolderB/SubB" //Append the specified folder in aother Origin project or another whole project as a subfolder of the current project root folder. 
doc -AFC "K:\OriginPro91UserD\TargetPath.opj" "TargetPath/FolderB/SubB" //Append the specified folder of another Origin project or another whole Origin project as a subfolder of the current folder.
doc -AFA "K:\OriginPro91UserD\TargetPath.opj" "TargetPath/FolderB/SubB" //Append the contents of the specified folder in another Origin project or all contents in another Origin project to the current folder. 
doc -AFM "%Ytest.opj" /S "FolderA/Sub1-1" /R "FolderB/Sub2-1" /c "FolderB/Sub2-2" //Append multiple folders of another Origin project to the specified location of the current project.

can be found in the following page.

http://www.originlab.com/doc/LabTalk/ref/Document-cmd

ORG-14502Import more metadata when import JCAMP fileimpJCAMP is improved to keep more metadata from the imported book.
ORG-12950Avoid DDE message if linked Excel is open inside opjSkip Excel DDE dialog if the linked Excel is open inside opj as well as the opj contains no Excel book that is not relative.
ORG-14608Better third party file meta data import supportBetter treenode name for file info.
ORG-14505Short name will not be modified from import toolsProper handle metadata so that column short name will not be affected when "Excel-like column short name restriction" is ON.
ORG-14611Prompt Workbook Organizer for checking Meta DataA smart hint will be shown.
ORG-15565Improve precision of importing tdms fileMore accurate on converting system time to julian date.

...