Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files with matching first 31 characters causes error #14

Closed
wistephens opened this issue Oct 17, 2014 · 1 comment
Closed

Files with matching first 31 characters causes error #14

wistephens opened this issue Oct 17, 2014 · 1 comment
Labels

Comments

@wistephens
Copy link

Excel Sheet names can be 31 characters at most. When processing files with long matching prefixes, as happens with TCGA data, I receive the following error:

"Error: The workbook already contains a sheet of this name"

Example files that cause failures:
https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/brca/bcr/biotab/clin/

@JohnDomar
Copy link

I found the issue , the table name is truncated to make the sheet name, two of my tables had the same name , except for the characters at the end,so all I did was slightly rename one , re ran the analysis and its worked.

janblom added a commit that referenced this issue Mar 24, 2023
Add TestContainers based tests for PostgreSQL and Oracle (ojdbc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants