We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: