all groups > dotnet windows forms > february 2008 >
You're in the

dotnet windows forms

group:

problem with excel


problem with excel AVL
2/27/2008 6:13:00 AM
dotnet windows forms:
hi,

i'm facing a strange problem..

In my requirement , I'm suppose to load the data from datagrid into excel
file.
make the required changes in the file and load the file back into the
datagrid.

i'm able to export to excel but after i make changes in the excel and load
it into
grid, my changes are not visible..i'm getting null values..
i've datetime columns,decimal columns in my file...The values are visible in
the file
but when i load into grid..i'm seeing blanks spaces..

RE: problem with excel Arne Garvander
2/28/2008 9:48:02 AM
Excel is a big problem in itself. IT will arbitrarily change the data that is
loaded.
Try a zipcode with leading zeros or a social security number with keading
zero. Excel will happily throw away all leading zeros.
Try to import a '1234e45' value. Excel will happily convert the data to
scientific notation.
Excel is a corrupt program.

--
Arne Garvander
Certified Geek
Professional Data Dude


[quoted text, click to view]
AddThis Social Bookmark Button