Farpoint — Spread 7.0.25

: Spread 7 doesn't have native "Save as PDF." Use a virtual PDF printer (like CutePDF) and point PrintSheet to it.

using FarPoint.Win.Spread; using FarPoint.Win.Spread.CellType; FarPoint Spread 7.0.25

// Export to Excel farPointSpread1.SaveExcel("output.xlsx", FarPoint.Excel.ExcelSaveFlags.UseOOXMLFormat); : Spread 7 doesn't have native "Save as PDF

At its core, FarPoint Spread 7.0.25 was designed to provide a high-performance, Excel-compatible grid for Windows Forms applications. For developers in the early 2010s, it wasn't just a data grid; it was a complete calculation engine. | Issue | Workaround | |-------|-------------| | | Set Sheet

| Issue | Workaround | |-------|-------------| | | Set Sheet.Skin = DefaultSpreadSkin.Default (non-gradient) | | PrintDocument memory leak | Dispose and recreate print object per print job | | Excel export loses images | Export as XLS (Excel 97-2003) instead of XLSX | | Data binding fails with nullable decimals | Handle DataError event and set Cell.Value = DBNull.Value | | Designer crashes in VS2012 | Disable "AutoToolboxPopulate" in VS options |