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 6 Current »

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