Tab2Xls - export table to XLS, CSV or HTML
(C)2023, ARKANCE - https://www.arkance-systems.cz
---------------------------------------------------------------------

Tab2Xls is a LISP utility for AutoCAD which exports
an AutoCAD table(s) to XLS, CSV or HTML.

Start the TAB2XLS command and pick a table object or
choose Multiple to select a series of tables.
Excel application will be launched and the table(s)
will be saved under the selected name (by default:
the drawing path+name with the .XLS extension)

You can preset the XLS name by setting the _TAB2XLSfname
LISP variable - e.g.:
(setq _TAB2XLSfname "")
will always name the table as "tab2xls-rename"; or:
(setq _TAB2XLSfname "myTable")
will always name the table as "myTable".

You can preset the ExcelEXEname variable with the
path to your Excel executable - e.g.:
(setq ExcelEXEname "C:\\Program Files\\Microsoft Office\\OFFICE12\\Excel.exe")


License: Tab2Xls is a free utility by ARKANCE,
do not publish it online on other than ARKANCE's
web servers, do not sell, lend or exchange it.

---------------------------------------------------------------------
Contact:
Arkance Systems CZ s.r.o.
Libalova 1, Praha 4, Czech Republic
info.cz@arkance-systems.com  www.arkance-systems.cz  www.cadforum.cz
