Revised and reviewed July 2020
The following SBR= options add the corresponding features to the XTREE right-click context menu, as a global shortcut to adding them explicitly using XTREE's PopupMenu, which see for more discussion.
Switch |
Description |
---|---|
XTREE_EXPCSV |
Exports tree contents to comma separated file. |
XTREE_EXPTSV |
Exports tree contents to tab separated file. |
XTREE_EXPOPEN |
Launches player for above file type after export. |
XTREE_PRINT |
Prints the tree. |
XTREE_SRCH |
Display windows "Find" dialog. |
XTREE_EXPCSV2XL |
Exports tree contents to XLS format using CSV2XL.SBX. Automatically enables XTREE_EXPCSV2XLSX as well. |
XTREE_EXPCSV2XLSX |
Like XTREE_EXPCSV2XL except outputs to XLSX format, and also includes selected formatting attributes such as cell colors. |
For example:
SBR=XTREE_EXPCSV2XL,XTREE_EXPOPEN,XTREE_SRCH
See Also
• | XTAUTOFIILTER in System Parameters |
History
2020 June, A-Shell 6.5.1682: Add XTREE_EXPCSV2XLSX
2018 January, A-Shell 6.5.1626: Add XTREE_EXPCSV2XL
2012 December, A-Shell 6.1.1326: Function added to A-Shell