File: Export: Excel
Export Workbook to Excel
Minimum Origin Version Required: 2023b
1. expXLS path:="C:\Users\AAA\Documents\OriginLab\User Files" overwrite:=1 sheets:=whole cellfmts:=1;
2. expXLS name:="<sheet name>" path:="<User Files Folder>";
Please refer to the page for additional option switches when accessing the x-function from script
Input
WorksheetPage
string
<sheet name>
<PE parent1>
<User Files Folder>
<Project Folder><PE Path>
int
Option list:
This X-Function can be used to export current workbook or specified worksheet(s) as an Excel file.
expASC, expExcel