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

ExcelDataReader reading partial data from .xlsb file in .net 6 #646

Closed
joydeep19 opened this issue Jul 26, 2023 · 4 comments
Closed

ExcelDataReader reading partial data from .xlsb file in .net 6 #646

joydeep19 opened this issue Jul 26, 2023 · 4 comments

Comments

@joydeep19
Copy link

ExcelDataReader reading partial data from .xlsb file in .net 6 azure function.Please provide a solution on that.

@appel1
Copy link
Collaborator

appel1 commented Jul 27, 2023

What is it you want to do that you can't do? What have you tried?

@joydeep19
Copy link
Author

I am reading a .xlsb file from blob storage using exceldatareader using .net 6 function.my xlsb has 255 column and 10200 row but it is reading only 29 row and some column value also coming blank

@dimitriskad
Copy link

I encountered a similar issue after upgrading to .NET6. Some of my unit tests that used to pass now fail because some cell values are read as null.

I can share a couple of files privately to help you replicate the issue.

@dimitriskad
Copy link

I see now that this issue might be related to #637.

@appel1 appel1 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants