Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@tonyroberts tonyroberts released this 13 Nov 14:50
· 4 commits to master since this release
2d67583

Updated for Jinx 2.0.0

  • New argument converter for the new Jinx IUnknown type to the Com4j wrapper types.
    This means that the new safer form of ExcelAddIn.getApplication can be used, as well as allowing the com4j types to be used as parameters to ribbon actions.
  • Addded a way to get back from a Com4jObject to an IUnkown.
    For passing com4j objects to methods like ExcelAddIn.getReference.