c# - How to Export values to excel with leading '0' -


i'm developing web application. i'm facing problem when exporting values in grid excel. have declared column data type string column holds integer values. when open exported excel, string column displayed integer , leading '0' in field gets deleted. how handle this.

eg. filed contains vl

export values surrounding ' or " symbols, it's taken string

like:

col1;col2;col3 '001';'002';'003' 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -