I'm exporting (by that I mean using the contentType) an aspx page to excel. It works fine, except for when the value is like 1/6.
Instead of excel displaying 1/6. It's displaying 6-Jan. Is there something in c# that I can put around the value being exported that says, keep this value a fraction when it is a fraction?
Thanks.