View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mario Reiley Mario Reiley is offline
external usenet poster
 
Posts: 11
Default Data types Questions

Hi group

I am porting several Excel files to Winforms C# .NET application. but I
having problems with some calc with lost precition.

so How can I find the internal representation in memory of the Excel data
types. i.e , When I put a number (INteger, float,Decimal.....) in cells.

Best Regard
Mario