Data types Questions

M

Mario Reiley

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
 
T

Tom Ogilvy

As I understand it:
all numerical data in an excel worksheet is stored as an IEEE double.
Maximum precision of approxmately 15 digits.
 
M

Mario Reiley

OK, let me try understad:

if I put 1 or 0.1 or 11.50 or 234 in one cell , all this number are doble
presicition 64 bit. ?

Thanks for respond me
Mario
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top