Export .csv file from another program into excel
I want to export a .csv file from anther program into excel such that all
preceeding zeros in a number will still be reflected in the .csv file.
Example 00001 will still be 00001. I have already tried to create Book.xlt
and Sheet .xlt templates and placed them in the appropriate folders as much
as I know. Still when the program export the .csv file it still uses the
default microsoft workbook instead of my Book.xlt template.
|