What's new ? Recent bug fixes | xlsgen update history details

 

Recent bug fixes

xlsgen update history details

 

What's new in version 5.0 ?

 

API additions in version 5.0


enumSortCondition, new enumeration
    sortcondition_onvalue          = 0;
    sortcondition_oncellbkgndcolor = 1;
    sortcondition_onfontcolor      = 2;
    sortcondition_onicon           = 3;

enumLanguage, one enumeration more
    gencode_powershell = 7

interface IXlsWorkbook, one new property
    StrictISO29500([out, retval] BOOL* bEnableStrictISO);
    StrictISO29500([in]BOOL bEnableStrictISO);

interface IXlsWorksheetRows, one new property
    Outline([out, retval] enumOutlineLevel* level);

interface IXlsWorksheetColumns, one new property
    Outline([out, retval] enumOutlineLevel* level);

interface IXlsChartDataLabels, two new properties
    LeaderLinesOptions([out, retval]IXlsChartOptions** options);
    VectorShape([in]enumVectorShape shapeType);

interface IXlsChartDataLabelElement, one new property
    VectorShape([in]enumVectorShape shapeType);

interface IXlsChartBorderStyle, two properties
    ArrowStyleBeginCap([out, retval] IXlsVectorShapeArrow** beginCap);
    ArrowStyleEndCap([out, retval] IXlsVectorShapeArrow** endCap);

interface IXlsAutoFilter, one new property
    Sort([out,retval]IXlsSort** sort);

interface IXlsSort, two properties, one method
    CaseSensitive([in]BOOL casesensitive);
    CaseSensitive([out, retval]BOOL* casesensitive);
    ByColumn([in]BOOL bycolumn);
    ByColumn([out, retval]BOOL* bycolumn);
    NewCondition([out, retval]IXlsSortCondition** cond);

interface IXlsSortCondition, new interface
    ColumnIndex([in]int columnindex);
    ColumnIndex([out, retval]int* columnindex);
    SortOnWhat([in]enumSortCondition sortOn);
    SortOnWhat([out, retval]enumSortCondition* sortOn);
    CustomList([in]IXlsList* list);
    SortColor([in]int rgb);
    SortIconset([in]enumIconSet ics);
    SortIconsetIndex([in]int nCustomIconIndex);
    Ascending([in]BOOL bAscending);
    Ascending([out, retval]BOOL* bAscending);

interface IXlsCell, one new property
    InPlacePicture([in]BSTR filename);

interface IXlsCSVImportOptions, one new property
    DataInRows([in]int rowsOfData);

 

 

 

 

What's new in version 4.9 ?