File : Export : ESRI Shapefile(SHP)
Export worksheet data as ESRI Shapefile
1. expSHP layout:=mxy fname:=%YMyMap.shp;
2. expSHP fname:="C:\Export\Sheet1.shp";
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 | iw |
Input Worksheet |
|
Specify the worksheet to be exported. By default, the active worksheet is sued. |
Data Layout | layout |
Input int |
|
Specify the layout of data to be exported.
Option list:
Refer to this page for details of these two layouts. |
File Name | frame |
Input String |
|
Specify the path and filename of the output file. |
This X-Function is used to export worksheet data as ESRI Shapefile (*.shp).