DLL
To save to an XML file
Call the SSExportToXML function and set the parameters as follows:
- If you have multiple sheets, set SSSetSheet first.
-
Set the lpszFileName parameter to a valid path and file name.
If you do not specify an extension, Spread will add .XML.
- Set the pszRoot parameter to specify the root element to use in the XML data.
- Set the pszCollection parameter to specify the collection element to use in the XML data.
- Set the lFlags parameter to specify whether to save formatted or unformatted data.
-
Set the lpszLogFile parameter to the path and file name of the log file you want the control to create.
If you do not want to generate a log file, set the LogFile parameter to "".