Overload | Description |
---|---|
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. |
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
SheetView ClassSheetView Members