M
Marquis
I am writing a program to convert data from Excel to CSV. However, I
just get floating number and integer when getting cells with date
format or percentage. I want to get the same string as I can see in the
excel.
For example:
HK$50.00 in Excel's cell, I want to get the result of HK$50.00 but not
"50"
Is there any way i can do this?
Thanks,
Marquis
just get floating number and integer when getting cells with date
format or percentage. I want to get the same string as I can see in the
excel.
For example:
HK$50.00 in Excel's cell, I want to get the result of HK$50.00 but not
"50"
Is there any way i can do this?
Thanks,
Marquis