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

feat: Update CsvHelper to v31.0.3 and ClosedXml to v0.102.2 #48

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

hurles
Copy link

@hurles hurles commented Jun 22, 2023

  • Updated CsvHelper to v30.0.1
  • Updated ClosedXml to v0.101.0
  • Fixed version incompatibilities

This change is Reviewable

{
var workbook = new XLWorkbook(stream, XLEventTracking.Disabled);
var workbook = new XLWorkbook(stream);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the input file is not an Excel file, but csv file. it will throw an exception
I thought the orignal idea was to support both csv and excel

Copy link
Author

@hurles hurles Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original would have thrown an exception there as well.
This issue is probably better suited for a different PR. This PR merely updates the ClosedXml and CsvHelper libraries, with fixes to some breaking changes.

Copy link

@tianxu0836 tianxu0836 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code works
The input has to be an excel file
Need to upgrade the libaries version again

upgrade CsvHelper from 30.0.1 to 31.0.3
upgrade testing libraries
@hurles hurles changed the title feat: Update CsvHelper to v30.0.1 and ClosedXml to v0.101.0 feat: Update CsvHelper to v31.0.3 and ClosedXml to v0.102.2 Apr 16, 2024
@hurles
Copy link
Author

hurles commented Apr 16, 2024

The code works The input has to be an excel file Need to upgrade the libaries version again

I've updated the libraries to their latest version.

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

Successfully merging this pull request may close these issues.

2 participants