Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Sets or returns whether ExcelWriter should remove macros from the generated workbook or leave them in when saved.

C#
vb.net

Remarks

By default this property is false, and setting it to false has no effect on the output.
This property has no effect until Save is called, at which point the macros will be permanently removed from the workbook if it is true.
If the workbook originally did not have any macros, this property has no effect.

Examples

C#
vb.net
  • No labels