 | XlsxWriterAppendSharedString Method |
Method to append shared string values and to handle leading or trailing white spaces
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxprivate void AppendSharedString(
StringBuilder sb,
string value
)
Parameters
- sb StringBuilder
- StringBuilder instance
- value String
- Escaped string value (not null)
See Also