liborigin

Read and extract data from OriginLab OPJ project files

brewmacoslinux
Try with needOr install directly
Source

About

Library for reading OriginLab OPJ project files

Examples

convert origin project file to CSV$ origin2csv input.opj output.csv
extract all data sheets from origin file$ opj2txt input.opj --output-dir ./data
list all sheets in an origin project$ opj-info input.opj --list-sheets
export origin spreadsheet as JSON$ opj2json input.opj sheet_name > output.json
parse origin file metadata and structure$ opj-dump input.opj --metadata