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

Description

Sets whether ExcelWriter should remove template macros from the generated spreadsheet or include them.

C#
vb.net

Remarks

If ExcludeMacros is set to false, and the template spreadsheet contains macros, ExcelWriter will preserve the macros in the generated spreadsheet. If ExcludeMacros is set to true, and the template spreadsheet contains macros, ExcelWriter will not include the macros in the generated spreadsheet. ExcludeMacros is set to false by default.

ExcludeMacros is a Read/Write property.

Examples

C#
vb.net
  • No labels