Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
I have a question on this.. I'm using Visual Studio 2010, and the above code: oWorkSheet.Cells[1,1] = "populated"; only works for Strings.. I can't seem to do it for numbers such as: oWorkSheet.Cells[1,1] = "0.50"; I tried ToString() as well.. and btw the "populated" and "0.50" from user input in …
The End.
SuperSid