30+
Jahre Hochleistungssoftware für Wissenschaft und Ingenieurwesen
Anmeldung
Watch Videos
Kostenlos testen
Kaufen
English
日本語
Deutsch
Toggle navigation
Produkte
PRODUKTE
Origin
OriginPro
Origin-Viewer
Alle Produkte
Origin vs. OriginPro
Neuerungen in der aktuellen Version
Produktliteratur
DEMONSTRATIONEN
Anwendungen
Anwenderberichte
Grafikgalerie
Animationsgalerie
3D-Funktionsgalerie
FUNKTIONEN
Grafische Darstellung in 2D und 3D
Peakanalyse
Kurvenanpassung
Statistik
Signalverarbeitung
Schlüsselfunktionen nach Version
LIZENZIERUNGSOPTIONEN
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
Wer verwendet Origin?
Anwendermeinungen
Veröffentlichte Produktbewertungen
Online-Shop
Angebot anfragen/Bestellen
Vertriebspartner suchen
Apps
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
Kaufen
Neuaufträge
Softwarepflege verlängern
Upgrade für Origin
Vertrieb kontaktieren (nur USA & Kanada)
Vertriebspartner suchen
Lizenzierungsoptionen
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
FAQ für Vertrieb
Support
SERVICE
Origin auf neuen PC übertragen
Origin lizenzieren/registrieren
Beratung
Schulung
SUPPORT
FAQ für Support
Hilfecenter
Support kontaktieren
Support-Richtlinien
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Produktliteratur
Demoversion von Origin
Alle Downloads
VIDEOS
Installation und Lizenzierung
Einführung in Origin
Alle Video-Tutorials
DOKUMENTATION
Hilfe
Tutorials
Programmierung mit Python
Programmierung mit OriginC
Programmierung mit LabTalk
Gesamte Dokumentation
Communities
Anwenderforum
Anwenderdateiaustausch
Facebook
YouTube
LinkedIn
Über uns
OriginLab Corp.
Neuigkeiten & Events
Karriere
Vertriebspartner
Kontakt
Anmeldung
Origin C Reference
>
Struct
>
Import Export
Origin C Reference
>
Enum
>
Import Export
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
2.1.13 Import Export
Import-Export-Global
Functions
Name
Brief
Example
AscImpReadFileStruct
Scan and analyse the given file to gather information for ascii import into worksheets. This function will look read the file to look for consistent structure by trying different separators that will yield the largest number of columns.
Examples
export_Matrix_to_image
export matrix to an image file
Examples
export_ascii_data
Export specified data ranges from worksheet to an ASCII file.
Examples
export_matrix_ascii_data
Export data from matrix to an ASCII file.
Examples
export_page
Export a page to an image using settings from a tree node.
Examples
export_page_to_image
Export a page to an image using current ini settings or prompt user with export options
Examples
get_excel_sheet_names
Get list of sheet names from Excel file
Examples
GetSPCLog
Get SPC log information from worksheet
Examples
GetSPCMainHeader
Get SPC main header information from worksheet
Examples
GetSPCSubHeader
Get SPC subheader information from worksheet. This function requires the subheader counter from the main header structure. Therefore, the OSPCMAINHeader information has to be retrieved successfully first to be able to use this function.
Examples
image_import
import an image and get its handle
Examples
image_import_to_active_graph_layer
import an image to active graph layer
Examples
image_import_to_matrix
Import an image file into a matrix
Examples
import_file
This function is called from the OC code and is for user import file with the specified filter.
Examples
import_files
This function is called from the OC code and is for user import mutiple files with the specified filter.
Examples
is_applicable
To check filter tree if suitable for current data file.
Examples
load_import_filter
This function is used to load filter from file to tree.
Examples
og_get_excel_sheet_names
Read Excel file to get list of sheet names
Examples
okoc_binary_mat_export
Export a matrix object to a binary file without header. Data in the matrix will be written out in exact same way as internal storage of row-major order
Examples
okoc_binary_mat_import
Load a binary file that are in the form of a 2d array into a matrix object.
Examples
tree_get_page_image_export_settings
Get the image export settings from a page.
Examples
tree_read_image_export_settings
Read the export settings, for a specified format, into a tree node.
Examples
tree_set_page_image_export_settings
Set the image export settings into a page.
Examples
tree_write_image_export_settings
Write the export settings, for a specified format, into a tree node.
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Import Export
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programmieren
Origin C Programming Guide
Origin C Reference
Beispiele (DescStats)
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Basic IO
Character and String Manipulation
COM
Communications
Curve
Data Conversion
Data Range
Date Time
File IO
File Management
Fitting
Image Processing
Import Export
Internal Origin Objects
LabTalk Interface
Math Functions
Mathematik
Matrixkonvertierung und Gridding
Memory Management
NAG Functions
Network
Signal Processing
Spectroscopy
Statistics
System
Tree
User Interface
AscImpReadFileStruct
export_ascii_data
export_matrix_ascii_data
export_Matrix_to_image
export_page
export_page_to_image
GetSPCLog
GetSPCMainHeader
GetSPCSubHeader
get_excel_sheet_names
image_import
image_import_to_active_graph_layer
image_import_to_matrix
import_file
import_files
is_applicable
load_import_filter
og_get_excel_sheet_names
okoc_binary_mat_export
okoc_binary_mat_import
tree_get_page_image_export_settings
tree_read_image_export_settings
tree_set_page_image_export_settings
tree_write_image_export_settings
English
|
Deutsch
|
日本語
© OriginLab Corporation. Alle Rechte vorbehalten.
×
☐
_
Let's Chat