Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninstall script #23

Open
adrianboangiu opened this issue Jun 23, 2022 · 0 comments
Open

uninstall script #23

adrianboangiu opened this issue Jun 23, 2022 · 0 comments

Comments

@adrianboangiu
Copy link

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant