We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm reading data from an .xlsx file. But it seems that all cell values are truncated after 255 characters:
return row[colIndex].Value.ToString();
Is there anything I can do to get all data from my cells?
The text was updated successfully, but these errors were encountered:
Can you provide a sample of what you're trying to read. Just did a test and it worked passed 255 characters.
Sorry, something went wrong.
Please include sample code, and an .xlsx file that exhibits this behaviour. I can't reproduce it.
Possible dupe of #150.
No branches or pull requests
I'm reading data from an .xlsx file. But it seems that all cell values are truncated after 255 characters:
return row[colIndex].Value.ToString();
Is there anything I can do to get all data from my cells?
The text was updated successfully, but these errors were encountered: