Version History

2.1:

  • Added support for StyleGrid 8.3.

    2.0:

  • Redesigned the kit to make the classes generic Excel Exporters rather than only exporters for the StyleGrid.
  • Changed the name to ExcelExporter.
  • Now the document can be modified after populating it with a StyleGrid where text can be added, styles changed, text can be rotated and other things.
  • Any data can now be exported without having any relation to the StyleGrid.
  • Added lots of new properties such as for example VerticalAlignment, Rotation and more.
  • Added two new example projects, one for non StyleGrid related export and one for exporting a StyleGrid and then tweaking the result.

    1.3.2:

  • The exporter now forces UTF-8 if the content of the Grid is not UTF-8 to prevent crash in the exporter and to ensure better export.

    1.3:

  • Added support for StyleGrid 7.7 and later.

    1.2:

  • Added support to export multiple Grids to multiple Worksheets within the same workbook.

    1.1:

  • Fixed a problem where the first column was getting exported with a solid white pattern when it should have no pattern.
  • Added a DefineColumnNumeric method.
  • Added a PageLayoutView property.

    1.0:

  • This is the first version.