ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Closing an XLS file
xlsClose (Example)
Closing an XLS file
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)
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment