Privacy
SheetFix runs through Google Apps Script and Google's own Google Sheets API. When you choose an operation, SheetFix reads the selected cells and the cell metadata needed for safe processing, performs the requested deterministic text transformation, and writes eligible results back to the spreadsheet.
- Spreadsheet content is not sent to an external SheetFix server.
- SheetFix does not use AI or send spreadsheet content to an AI model.
- SheetFix does not maintain an external database containing spreadsheet content.
- SheetFix does not use advertising trackers or sell user data.
- SheetFix does not use third-party data-processing APIs.
- The code does not make external network requests through UrlFetchApp.
Google Sheets authorization
Google may display a permission allowing SheetFix to view and manage Google Sheets spreadsheets. SheetFix uses this authorization only to process the active spreadsheet and the cells you select when you invoke a SheetFix operation. SheetFix does not scan, index, transmit, or store your other spreadsheets.
The Google Sheets API is used only to inspect cell metadata required for safe processing, including protecting generated formula output such as ARRAYFORMULA spill cells.
Google Sheets API
SheetFix uses Google's Google Sheets API Advanced Service to inspect cell metadata, including whether a value was directly entered by a user. This safety check helps SheetFix avoid overwriting generated formula spill results such as ARRAYFORMULA output.
This processing remains within Google's Sheets infrastructure. Spreadsheet content is not transferred to SheetFix-operated servers or to third-party processing services.
Access and permissions
SheetFix accesses spreadsheet data only when you invoke a SheetFix operation and only as needed to perform that operation and determine whether selected cells are safe to modify.
SheetFix does not intentionally request access to Gmail, Google Calendar, Google Contacts, Google Drive, or an external SheetFix account.
Data storage and sharing
SheetFix does not maintain an external copy of your spreadsheet content. Spreadsheet content processed by SheetFix is not sold, shared with advertisers, used for advertising, or used to train artificial intelligence models.