How to update Micro-enabled excel (*.xlsm)?

Home Forums SpreadsheetML How to update Micro-enabled excel (*.xlsm)?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3691
    Eric White
    Keymaster

    Hi,

    Very sorry for the slow response – have been on vacation, traveling, etc.

    You can open a macro enabled XLSM using the Open-Xml-Sdk, but you are limited to directly changing the contents. There is no calculation engine in the Open-Xml-Sdk, so if you change values, it does not change the values in the dependent cells. And custom functions are also not part of the functionality of the Open-Xml-Sdk and Open-Xml-PowerTools.

    Cheers, Eric

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.