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.
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.