Minimum Origin Version Required: 2019b
expExcel C:\Users\OL\Documents\OriginLab\User Files\Book1.xls sheets:=active;
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 |
|---|---|---|---|---|
| Input Worksheet | iwp |
Input WorksheetPage |
|
Specify the input workbook where the worksheet(s) you want to exported exists. By default, current workbook will be selected. |
| File Name | fname |
Input string |
|
Specify the output file path and file name. |
| Overwrite Existing | overwrite |
Input int |
|
Overwrite Existing
|
| Export Sheets | sheets |
Input int |
|
Specify the worksheets you want to export. Option list:
|
| Export Cell Formats | cellfmts |
Input int |
|
Specify whether to export the Excel with cell format. Option list:
|
This X-Function can be used to export current workbook or specified worksheet(s) as an Excel file.