Browse By Tags

  • Exporting to excel 2007 from 8.2

    Hi,

    We are currently using Winforms NetAdvantage 8.2.20082.2204 and our solution targets the 3.5 version of the .NET framework. We need to export to excel version 2007 since we are hitting the 64k row limit.

    The problem is, since this is a CAB module…

  • Cell Font Colours

    Hi,

    I am trying to change the color of a font when creating a worksheet and am using the command

    cell(x).cellformat.font.color = color.red, which results in a warning but seems to work.

    Warning 2 'Public Property Color As System.Drawing.Color' is obsolete…