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

System.OutOfMemoryException in Azure #134

Open
alanaby01 opened this issue Feb 9, 2024 · 1 comment
Open

System.OutOfMemoryException in Azure #134

alanaby01 opened this issue Feb 9, 2024 · 1 comment

Comments

@alanaby01
Copy link

When I am trying to parse an Excel sheet with 50,000 records, it works fine locally, but it breaks in Azure with System.OutOfMemory exception. When I delete unwanted columns manually and re-run the parser, it works fine. Is there a way to config the parser to avoid parsing certain columns?

@donnytian
Copy link
Owner

Hi, you can use the Ignore method or attribute.

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

2 participants