How to make Microsoft Presidio work with Excel? #1300
-
In short: I have an Excel sheet with sensitive data. How do I scrub the sensitive data out of it and then share it with people? Bonus question: How can I use Microsoft Presidio with Google Sheets? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, one option would be to read the excel using Pandas and pass it through the new presidio-structured package (if you'd like full cells to be redacted), or through the References:
For Google Sheets, the easiest would be to download it to excel/csv and pass it to Presidio. One can think of an integration of Presidio into Google Sheets, but Presidio does not have that capability built into the tool. |
Beta Was this translation helpful? Give feedback.
I built it: https://github.com/Welding-Torch/Anonymize_Excel