File: Export: SQLite
Export worksheet data as an SQLite file (sqlite, db, squlite3)
expSQLite path:="C:\Users\userName\Documents\OriginLab\User Files" ext:=db colskip:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
iw |
Input Worksheet |
|
The active worksheet. | |
File Name | name |
Input string |
|
Export to book Long Name if it exists, otherwise Short Name. |
File Path | path |
Input string |
|
The file path of the exported file. |
File Extension | ext |
Input string |
|
File extension of the exported file. Option List:
|
Overwrite Existing | overwrite |
Input int |
|
Specify whether to overwrite the existing file.
Option List:
|
Export Sheets | sheets |
Input int |
|
Specify the export sheets
Option List:
|
Skip Hidden Columns | colskip |
Input int |
|
Skip hidden columns:
|
Skip Hidden Rows | rowskip |
Input int |
|
Skip hidden rows:
|
The expSQLite function exports worksheet data as an SQLite file. File structure and content is the same, regardless of specified file extension (sqlite, db, sqplite3).