QueryStorm 2.4.x

Released: Aug 10, 2021

Mises à jour de 2.4.x

2.4

Updated Aug 10, 2021

Features

  • Trusted documents - This version prompts the user to confirm that they trust the workbook before allowing it to run. Once a workbook app is trusted, the user will not be prompted again.
  • Context menus - Context menus can now be defined much more easily compared to using the native Microsoft Excel API for context menus (i.e. CommandBars).
  • App settings - Apps can now define settings much more easily by creating a class that exposes configuration properties and populating them with the appropriate attributes.
  • Function caller information API - The runtime now passes in a new IFunctionContextAccessor interface that lets functions get a reference to the calling workbook.
  • Adding resource files - Local files can now be added to a project as resources.
  • Misc:
    • Added XML docs for QueryStorm.Apps.dll.
    • Added a ResourcesHelper class for reading embedded resources.
    • Added proxy configuration options in the licensing prompt.
    • Now allows enums as function parameters.
    • Now allows double-click on warning messages (go to source).

Fixes

  • Fixed issue with dialogs not appearing after first workbook is closed.
  • Fixed various issues related to function parameters and return values.
  • Fixed completion window location issue when on non-primary display with different DPI.