Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To save XML data in a buffer

Call the SSExportToXMLBuffer function and set the parameters as follows:

  1. If you have multiple sheets, set SSSetSheet first.
  2. Set the pszRoot parameter to specify the root element to use in the XML data.
  3. Set the pszCollection parameter to specify the collection element to use in the XML data.
  4. Set the lFlags parameter to specify whether to save formatted or unformatted data.
  5. 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 lpszLogFile parameter to "".

Note: The calling application is responsible for freeing the return buffer.

Copyright © GrapeCity, inc. All rights reserved.