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

Cell value limited to 255 characters? #158

Open
BorisBrock opened this issue Dec 11, 2018 · 3 comments
Open

Cell value limited to 255 characters? #158

BorisBrock opened this issue Dec 11, 2018 · 3 comments

Comments

@BorisBrock
Copy link

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?

@Hect0rr
Copy link

Hect0rr commented Dec 15, 2018

Can you provide a sample of what you're trying to read. Just did a test and it worked passed 255 characters.

@mrworkman
Copy link
Collaborator

Please include sample code, and an .xlsx file that exhibits this behaviour. I can't reproduce it.

@mrworkman
Copy link
Collaborator

Possible dupe of #150.

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

No branches or pull requests

3 participants