How to update Micro-enabled excel (*.xlsm)?
- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › SpreadsheetML › How to update Micro-enabled excel (*.xlsm)?
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