How XLSX Files Are Processed
Similar to CSV files, cell contents of XLSX files are processed using the method described for Tabular Data in the Structured Data Guide. In addition to cell contents, the following elements are handled:Graphical content where text is present will be OCRed and then redacted. You can configure the OCR System by setting it as an Environment Variable or sending it in the request object. Check out our OCR Guide to further understand the OCR modes and their usage.
How XLS Files Are Processed
XLS files are processed by converting into XLSX files, followed the process described above and then converting back to XLS files.Constraints
- Cell contents of XLSX files are processed using the method described for Tabular Data in the Structured Data Guide. This requires the data to be column-oriented and the headers to be on the first non-empty row.
- Shape objects will not be preserved.
- Formulas may not be preserved after redaction.
Support Matrix
Sample Request
Connect with one of our privacy experts to run this code.
Sample Response
Response