View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default How does Windows recognize the file as Excel's?


it first looks in the registry to see if it has a defined application
for that extension. if not it looks at the first 8 bytes in the file
and recognizes it as biff8. (excel97-2003)


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Zoo wrote in

I'm using Excel2002 on Windows2000.
I had a book whose name is a.xls.
And I changed its name to a.ddd in order not to start Excel.exe by
double clicking the file.
But double-clicking the file, Excel.exe starts.
How does Windows recognize the file as Excel's data file?