Friday, August 29, 2014

APEX IR XLSX Downloader - New Release available

Release 1.1.1 of my APEX IR XLSX Downloader has just been published.

Bug Fixes:

  • Highlights now also support the operators "in" and "not in".
  • Highlights with no user defined name now properly display the highlight condition.
  • Still existing filters on removed columns no longer result in an exception, they are simply ignored now.
  • Columns used in link targets are now excluded if not visible on their own.

Added Functionality

  • Added a wrapper procedure handling the whole download task.
    Parameter list is the same as the function returning the results.
  • Initial support to receive the GROUP_BY report if defined.

Known Limitations

  • Standard and GROUP_BY report cannot be exported together into a single file.
  • Columns used in GROUP_BY also need to be present in the standard report, otherwise the columns are not included in the query generated by currently available APEX API.
You can look a the source code on GitHub.
ZIP Archive of package including dependencies can be downloaded from Demo Application.

No comments:

Post a Comment