-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
ExcelGen does not have an uninstall script (like ExcelTable).
I create the following one (taking as example the one from ExcelTable and the ExcelGen install script):
prompt Dropping package ExcelGen ...
drop package ExcelGen;
prompt Dropping package XUTL_XLSB ...
drop package xutl_xlsb;
prompt Dropping package ExcelTypes ...
drop package ExcelTypes;
prompt Dropping type ExcelTableCell ...
drop type ExcelTableCell;
prompt Dropping package XUTL_OFFCRYPTO ...
drop package xutl_offcrypto;
prompt Dropping package XUTL_CDF ...
drop package xutl_cdf;
Best regards,
Metadata
Metadata
Assignees
Labels
No labels