Excel Integration - Axpo Demo Notes
Contents
Systems
http://linthal.softxs.ch/beta -- Combined beta system
Test Data
Fifteen LA2 documents have been taken from the
Limitations of the Excel VBA Code
Demo Script
Startup
The following three files should be installed in the same directory:
LinthalDrawMGT-Template-1.xlsm - An example planning workbook
LinthalDrawMGT-Menu-1.xlsm - Lightweight AddIn that installs the DrawMGT Excel Ribbon (menu)
LinthalDrawMGT-Template-1.xlsm - VBA AddIn that contains the library code that implements the Excel Interface
Procedure
- Open the Template file:
Watch in the lower message are and verity that Excel opens the Menu and Lib files
Excel will display an example document list and a number of hidden worksheets (these worksheets will not be displayed in the production version).
Verify there is a new Ribbon (menu item) called DrawMGT next to the Start menu.
Menu Items
- Server
Login - Login into the DrawMGT server
Logout - Logout from server
Set Server - not enabled demo
- Data
Search Documents - Displays a search form. See below for details
Refresh Attributes - not enabled for demo
- Edit
Get Next Sequence - not enabled for demo
Refresh Selected - Refresh selected rows (local data) with latest data from server
Refresh All - Refresh all rows (local data) with latest data from server
Duplicated Selected - not enabled for demo
Check for Duplicates - not enabled for demo
- Save
Save Selected - Save all rows to server (see below)
Save All - Save selected rows to server (see below)
Test
Test Cases - Displays a list of regression test cases (do not use)
Operations on all and selected rows:
All Rows - Operation works on all rows in the spreadsheet
All Rows - Operation works on rows where any cell is selected in the spreadsheet. The selection does not need to be contiguous.
For both cases the header rows and empty rows are ignores.
Login
Search for and Display Data
Update and Save It to Server
Refresh Data
Compatibility Testing Notes
Tested with:
Excel Versions
- Excel 2007 and Excel 2010.
- Not tested Excel 2003
Windows Versions and Languages
- Windows XP, Hungarian
- Windows 7, English and German