Lesson 9 of 9
Updating the Workbook
Update a published SpreadsheetWeb application by downloading its Excel model, uploading the revised workbook, and publishing a new transaction.
2 min readUpdate the calculation logic, lookup data, or default values behind an existing SpreadsheetWeb application without rebuilding its interface. Workbook updates are made through a new application transaction, so the current published version remains available until the revision is published.
Download and revise the Excel model
- Open the application's entry in the control panel.
- Select Download Excel Model next to the application name.
- Open the downloaded workbook in Excel.
- Make the required changes to formulas, data, formatting, or other model content.
- Save the revised workbook.
The video demonstrates changing a product price, but the same workflow applies to other workbook revisions.
Upload the revised workbook
Open the application in the Designer. Updating the workbook begins a new work-in-progress transaction.
- Go to Edit Application.
- Select the revised Excel file.
- Choose Update to replace the model in the current transaction.
If the update adds, removes, or renames values used by the web interface, review the User Interface Designer as well. Controls bound to changed named ranges may need to be added, removed, or remapped. A data-only or formula-only change may not require interface edits.
Publish and verify the update
Preview the work-in-progress version and test the calculations affected by the workbook change. When the results are correct, publish the transaction.
Publishing makes the revised workbook the active model. Users who open the application after publication will work with the latest formulas and data, while the application's transaction history preserves the earlier published state.
