GroupDocs.Metadata makes it easy for Java developers to delete metadata information from XLSX files from within their applications by implementing a few easy steps.
- Load the XLSX file to be updated.
- Pass a search predicate to the RemoveProperties method.
- Check the number of properties that were actually removed.
- Save the changes.