WorkbookClose Method |
Namespace: Aceoffix.ExcelReader
If the code for saving document executes successfully, you must call this method to close the Workbook object.
Typically, the Close method should be called at the end of the Page_Load event of the SaveDataPage.
Please refer to the full example code in the OpenTable(String) method.