|
|
|
|
The following code is used to close an XLS file. This file was opened by xlsOpen.
// Declare the variables XLSFileID is int ... // Open an XLS file XLSFileID = xlsOpen("C:\MyDirectories\MyFiles\File.XLS") // Processes in the XLS file ... // End of processes in the XLS file // Close the XLS file xlsClose(XLSFileID)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|