cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
97 stars 27 forks source link

xls files cap cell strs at 255 chars #442

Closed ivansg44 closed 1 month ago

ivansg44 commented 3 months ago

xlsx files are ok

Possible fix found by @ddooley: https://github.com/SheetJS/sheetjs/issues/1517#issuecomment-917694192

ddooley commented 1 month ago

@ivansg44 is this fixed now?

ivansg44 commented 1 month ago

I haven't touched it yet. I can try the potential solution today tho

ddooley commented 1 month ago

Resolved with https://github.com/cidgoh/DataHarmonizer/pull/448