Report configuration (Scripting)
There are some particular Imports statements you will need in your action script to take
advantage of EPPlus functions. Other Imports statements may be needed depending on your
particular
scenario:
Imports officeopenxml
Imports OfficeOpenXml.Drawing
Imports OfficeOpenXml.Style
In
addition, System.IO may also be needed for the file management portion of the script.