FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SaveHtml Method : SaveHtml(String,Encoding) Method |
'Declaration Public Overloads Sub SaveHtml( _ ByVal fileName As String, _ ByVal encoding As Encoding _ )
FpSpread1.Sheets[0].Cells[0, 0].Value = 1;
FpSpread1.Sheets[0].SaveHtml("C:\\SpreadASP7\\samples\\test.html", System.Text.Encoding.ASCII);
FpSpread1.Sheets(0).Cells(0,0).Value = 1
FpSpread1.Sheets(0).SaveHtml("C:\SpreadASP7\samples\test.html", System.Text.Encoding.ASCII)
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6