>have you added that extension .xlsx to your SharePoint file list? not sure if
>that is the problem but worth a shot.
As I know, you need to add a new file type only to the indexing service, if you
need that type of file to be indexed (content as well), i.e. if you add to a
document library a *.cpp file, which is basically a text file, you will need to
add this cpp extension to indexing service, but if you add to document library a
*.jpg file, you might not want to index this file, but document library will
accept to save it, save any kind of files, with no objections.
Other thing about file extensions that make problems, as I know, is when
SharePoint is not showing a proper icon associated with that extension, then you
manually need to adjust some xml file.
But neither of this 2 cases have any influence over a simple save of file to
document library.
Do you think to something else that I miss when you say to add extension?
>also xls and xlsx are two totally
>different files. you can save these files in the same folder on your hard
>drive with the same name and it will save both without over writing.
Yes, I know all of this, I just mention this in my previous e-mail.
> So
>SharePoint may think its a different file due to the extension. Save it as a
>new document in the library or list.
Yes, if we save it as a new document as I mentioned early again makes no
problems, but the version history will be broken.
Funny thing is that, the file 'Paul.xls' is checked out, no problem, then
modified, clear the file have no read-only attributes, while in memory Excel
2007 change the file name to 'Paul.xlsx', then when to save back to SharePoint,
we got error that file 'Paul.xlsx' can't be saved because is this file is
Read-only, but at this moment there is no physical file saved anywhere, only the
in-memory one.
So if SharePoint detects that there is a new file 'Paul.xlsx' then it should
accept it as a new file and just save it as new. But it doesn’t.
If I go to 'save as' and change the name to 'Paul1.xlsx' then it is saved no
problem to document library.
If I try to save it first local, then upload, no issues.
I think this is the only solution to the issue, to save a second file, it is
fair and acceptable, but technically as I suspect from beginning I think problem
is caused by different versions SPS 2003 / Office 2007, but I was trying to find
out if something else might be the problem.