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
Input
Worksheet
string
Export to book Long Name if it exists, otherwise Short Name.
The file path of the exported file.
File extension of the exported file.
Option List:
int
Skip hidden columns:
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).