There are dozens of Excel functions that are not included in BP out-of-the-box but can be added with the use of a simple enumerator in the code. For example 'Save as CSV' changes
wb.SaveAs(filename) to
wb.SaveAs(filename,6)Explode the number of actions available to users by including these enumerators as variables in the interface or passing the variable to the action OOTB - rather than forcing users to re-code the VBO statements individually.