XML Log File Information
When you export a Spread file to an XML file, Spread can generate a log file. The log file provides a short explanation of the export action, and the column and row number of the cell for which the action occurred, if applicable.
The following table lists the possible messages provided in the log files.
Log File Messages
Log Message |
Explanation |
---|---|
Spread does not have data that can be exported. Export canceled. |
The spreadsheet is empty, or contains data that cannot be exported. |
The export could not generate XML tags. Export canceled. |
The control cannot export to XML. This might occur if the control cannot allocate enough memory, for example. |
Spread has successfully exported columns number through number , rows number through number to XML file ( filename ). |
The export has completed, and exported the data in the indicated columns and rows. The data is now in the specified file. |
Spread has successfully converted columns number through number , rows number through number to XML and stored it in a buffer. |
The export has completed, and exported the data in the indicated columns and rows. The data is now in a buffer. |
Spread conversion to XML to be stored in a buffer has failed. |
The control could not export the data to the buffer. |
Spread cannot allocate a buffer for the data. The export to buffer was canceled. |
The control could not allocate enough memory for the buffer. |