New Features
Password-protected (encrypted) workbooks
Upgrade notes
Workbook_Open and Workbook_Open_BinaryData gained a new optional Password input. After upgrading, refresh the Advanced Excel reference in your app and republish. Existing calls keep working unchanged (leave Password blank) — the reference refresh is the only required step.
New feature:
Worksheet_AddPivotTable creates a pivot table from a range of source data.
Added the Chart_Create action which allows for creation of charts in a specific worksheet.
Define the ranges of cells from which you want to feed your series into the chart and choose from a number of types by passing in the name of the type.
Check out an example here:
https://www.outsystems.com/forums/discussion/36870/advanced-excel-chart-creation-example/
A new action has been added to the "Advanced Excel" extension called “Workbook_AddOsDbSheet”.
This action will need a few input parameters, like the WorkbookInObj, the WorksheetName, the OsDbDataSet, the RowStart, the ColumStart and IncludingHeader.
When this action is used for the first time in a row, the WorkbookInObj should be nullObject().
In that case the action will automatically open a workbook object, which reference will be returned via WorkbookOutObj afterwards.
The next time the action is used the WorkbookInObj will be populated with the previous WorkbookOutObj reference. The use of the other fields is clear, I guess.
Upgrade to version 9