Hi,
Is it possible to get Sharepoint to fill in metadata from an excel-file when it is saved in Sharepoint?
We save a lot of excel files with the same format to a document library. We would like to have Sharepoint fill in the sum from one cell in the excel file to a column in the document library.Â
Hello,
as far as I know this is no standard function in SharePoint.
But you could easily use a third party tool. For example with www.dox42.com you can solve this issue within minutes. Moreover you gain more control over your documents.Â
Hope that helps!
 Hi Petri,
   One way you can do it by JavaScript:
  Using JavaScript you can get that cell value of excel and use REST or SPSERVICES using JavaScript  you can save that value to your required field of your document library.
  Â
   Â
Hi,
I can find this fuctionality in word and I can also get it working. I’m however unable to find this functionality in excel. Can you help me find this in excel?
Thanks for your input.Â
However this feature seems to only work with Word-documents, not Excel-files?