Skip to content

Limit translation XLSX reads to A:H#945

Merged
jhpyle merged 1 commit into
jhpyle:masterfrom
nonprofittechy:fix/translation-xlsx-usecols
May 4, 2026
Merged

Limit translation XLSX reads to A:H#945
jhpyle merged 1 commit into
jhpyle:masterfrom
nonprofittechy:fix/translation-xlsx-usecols

Conversation

@nonprofittechy
Copy link
Copy Markdown
Contributor

We ran into an issue recently where an author has seemingly added an extra column to the XLSX translation spreadsheet at the max position (16,384) which slowed down their guided interview enough to cause frequent 504 gateway timeouts.

There's no reason for DA to read those columns even if they exist, as the data they contain isn't used. This PR patches docassemble so it only reads in the columns that will be used in the translation system.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jhpyle jhpyle merged commit 712edba into jhpyle:master May 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants