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

Description

If you set PreserveStrings to true, ExcelWriter will preserve numeric strings as strings.

C#
vb.net

Remarks

By default, when populating template data markers, ExcelWriter tries to convert numeric strings to numbers.

PreserveStrings is a Read/Write property.

This property can be set for individual data markers using the Preserve data marker modifier.

Examples

C#
vb.net
  • No labels