Spread Windows Forms 9.0 Product Documentation
SaveXml Method (SheetView)


Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.
Saves the data on the sheet to the specified XML stream.
Overload List
OverloadDescription
SaveXml(Stream,Stream)Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.  
SaveXml(String,String)Saves the data on the sheet to the specified XML file and the schema to the specified schema file.  
SaveXml(Stream)Saves the data on the sheet to the specified XML stream.  
SaveXml(String)Saves the data on the sheet to the specified XML file.  
Remarks
This methods saves only the raw data on a sheet (not the entire spreadsheet with formatting) to an XML file for further machine processing. To save the entire spreadsheet in a Spread XML format, see the FpSpread.Save methods.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Saving Spreadsheet Data to Simple XML

 

 


Copyright © GrapeCity, inc. All rights reserved.