Please enable JavaScript to view this site.

A-Shell Development History

1682.0.7

EIR

XTREE refinement: new message strings have been added to the SBRMSG.xxx file to support the PopupMenu text for the new export options:

026,011,Export (XLSX)

026,012,Export (Data Only)

026,013,Export to Spreadsheet...

 

1682.0.6

EIR

XTREE refinement: The Advanced Coldef Option Filter=None may now be associated with the zero column to disable auto-filtering for the entire tree. This may be useful if you've enabled auto-filter globally (in the MIAME.INI) but want to disable it for a particular tree. Previously, to accomplish this you would have had to add the Filter=None option to each column.

1682.0.5

New

CSV2XL 2.1(250) Enhancement - new directive:

//XL,SetOutputFormat,<format>

This directive overrides the OutputFormat directive in the INI file. The two <format> options in either case are XLS and XLSX. As with the SetINI directive, it has to appear in the CSV source file prior to any lines that do not start with //XL.

1682.0.4

New

CSV2XL 2.1(249) adds CSV2XL Directive SetRGBmode to support RGB colors.

1682.0.3

New

Add CSV2XL Support for Cell-Level Attributes.

1682.0.2

New

CSV2XL 2.1(247) The SetRow directive now supports setting attributes (such as colors) for the next row or a specified set of rows yet to be output. Also, fix an apparently intermittent issue with the total and nototal parameters on the SetCol directive.

1682.0.1

New

XTREE enhancement: export to XLSX via CSV2XL now supports colors.