Exports data associated with a vector group to an Excel file. The command exports begin, end, delta, and magnitude information for each vector.
0 |
File Path or Embedded File |
Excel File Path |
The path to the file to save. |
1 |
Vector Group Name |
Vector group to export |
The Vector group to export to the file. |
2 |
Boolean |
Overwrite existing file? |
Specify whether to overwrite the file if it already exists. |
None.
SUCCESS |
The file was successfully exported. |
FAILURE |
The file could not be saved, or none of the provided point groups could be found. |
This command supports both absolute paths (ex. C:\test.xit ) and relative paths (ex. .\test.xit ). To avoid an error dialog when opening the file, the path should match the version of Excel installed on the machine. If Office 2000/2003, use a .xls extension. If Office 2007 and later is installed, use a .xlsx extension. If Argument 2 is set to FALSE, the specified file will not be written if it already exists, and the step will return FAILURE. If Argument 2 is TRUE, and the file already exists, the user will be prompted to confirm the overwriting process.