ExcelExporter REALbasic Classes

StyleGridExcelExporter Class

REALbasic class to export from the Einhugur StyleGrid control to MS Excel file format.

Very Important:
The StyleGrid, TypeLib and CoreClasses plugins must all be installed to be able to use this class.

What is not exported:
Check boxes, Pictures, and ProgressBars.

Object
   StyleGridExcelExporter

class StyleGridExcelExporter

Constructors

StyleGridExcelExporterConstructor that takes author, lastAuthor, company and createdDate.
StyleGridExcelExporterThe default constructor.

Properties

ExportHeaderSet to true if the StyleGrid headers should be included in the export.

Methods

ExportExports from the StyleGrid to a new Excel file. This is the quick way to export a single Grid to a single worksheet.
PopulateSheetCall this method to populate a ExcelExporterSheet object.
SaveSaves the exported document to a given destination.
WorkbookReturns the Excel Workbook object from the StyleGridExcelExporter.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86