mysociety / whatdotheyknow-theme

The Alaveteli theme for WhatDoTheyKnow (UK)
http://www.whatdotheyknow.com/
MIT License
31 stars 26 forks source link

[ExcelAnalyzer] republish attachments automatically #1884

Closed gbp closed 3 months ago

gbp commented 4 months ago

If the attachment doesn't get flagged as containing potential PII there are cases where we're comfortable in republishing the attachment automatically, exceptions are:

  1. If XLS with pivot cache - the conversion to XLSX means the pivot cache is lost
  2. With named ranges and external links present - the data cached isn't being scanned for PII
  3. With a data model present - we can't, at present, scan the data inside this data model.

Fixes https://github.com/mysociety/whatdotheyknow-private/issues/312