About Excel XLSX Metadata Editor
Every Excel workbook carries a hidden manifest — author pulled from your Office profile, company from your Office install, lastModifiedBy showing whoever last touched the file, plus extended properties about edit time, sheet titles and template paths. For an internal team workbook this is fine; for a financial model going to a client, a budget sent to opposing counsel during litigation, an NDA-bound deck of numbers or a public-records release, these fields are a real privacy leak. Excel's own Document Inspector covers it, but requires having Excel installed and removes everything in one blunt sweep.
This Excel XLSX metadata editor does the targeted
version — view every property, edit any subset to specific values,
and download a fresh .xlsx with the new metadata baked in.
15 core fields (title,
subject, creator, keywords,
description, lastModifiedBy,
revision, category,
contentStatus, language,
version, identifier, created,
modified, lastPrinted) and 7
extended fields (Application,
AppVersion, Company, Manager,
Template, TotalTime,
DocSecurity) are individually addressable. Fields are
whitelisted server-side so a hand-crafted JSON payload can't inject
arbitrary XML, and only docProps/core.xml and
docProps/app.xml are touched — sheets, formulas,
charts, pivot tables, embedded images and the
HeadingPairs / TitlesOfParts sheet-
structure index stay byte-identical to the original.
Use it to anonymise a financial model before sending to a client, scrub a budget worksheet before submitting in litigation, sanitise a template before publishing it to a downloads page, replace the placeholder author with the right name after a content-team handoff, or audit which spreadsheet library a downloaded workbook was generated by. Files up to 25 MB.