Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change file extension in SharePoint

I'm trying to find out how to change the file extension of a file in a document library in SharePoint, so that a newer version with a different extension can be uploaded without a separated copy being created (e.g. suppose I want to replace a .doc file with .zip).

Looks like you can write some codes to workaround but I feel there's gotta be a simpler way to do a simple task like this.

like image 669
Pupper Avatar asked Jan 16 '12 05:01

Pupper


People also ask

How do I change a file type extension?

You can also do it by right-clicking on the unopened file and clicking on the “Rename” option. Simply change the extension to whatever file format you want and your computer will do the conversion work for you.

How do I see file extensions in SharePoint?

1) Navigate to the SharePoint Library where you wish for the file extension to be visible. 2) From the top navigation ribbon, click the Library Tab then click on the Modify View Button. 4) Set the positioning of the column by selecting the appropriate positioning number. 5) Click OK when done.

What is the file extension for SharePoint?

SharePoint page: ASPX. If Office Online Server is installed, document preview can be shown in modern document libraries for these file types: Acrobat (PDF), PowerPoint (POTM, POTX, PPSM, PPSX, PPT, PPTM, PPTX), Rich Text (RTF), Word (DOC, DOCM, DOCX, DOTM, DOTX).

How do I change an Excel file in SharePoint?

Open the xls file in Excel, convert it there and save it to your desktop. Now open your SharePoint library where the tracked document resides and select Open in Explorer. In the Explorer window you can rename the document adding the x to the end of the file extension changing it from xls to xlsx.


1 Answers

You could change the extension by opening the library in windows explorer.

Actions - Open In Windows Explorer

Then ensure that in your file view settings you don't have 'Hide Extensions for known file types' enabled.

like image 73
Christopher O'Neil Avatar answered Sep 22 '22 00:09

Christopher O'Neil