CsvHelper.Excel icon indicating copy to clipboard operation
CsvHelper.Excel copied to clipboard

Is it possible to update this package to net.core

Open nafberger opened this issue 7 years ago • 7 comments

Hi Mr. Chris Ophano, Is it possible to update this package to net.core. please email me at [email protected]. we are willing to pay

nafberger avatar Jul 19 '17 18:07 nafberger

Hi Nafberger, I do intend to update to support .net core, but I need the downstream dependencies to be updated first. CsvHelper has several betas for v3 which are on .net standard, but ClosedXml isn't there yet.

christophano avatar Jul 20 '17 05:07 christophano

Any updates on further plans for .net standard / .net core? ClosedXml has updated to .Net Standard 2.0 if I didn't misread anything. ClosedXml Post

smokja avatar Apr 23 '18 12:04 smokja

Yes, this is still planned. I have been following the ClosedXml ticket. I've been busy, but I have a lot of the work done converting to netstandard already. The problem is that CsvHelper only supports netstandard in versions after 3.0, which would require quite a bit of work to support, as 3.0 introduces several new types to implement, most of which is unrelated to Excel support.

christophano avatar Apr 23 '18 13:04 christophano

Nice work cheers. Awaiting you to update to .net core

baoduy avatar Apr 25 '18 13:04 baoduy

Any further progress on implementing .Net Standard / .Net Core support? I've been using CsvHelper in a .NET Core 2.1 app and would love to be able to add Excel parsing as an option.

bryanllewis avatar Nov 22 '19 22:11 bryanllewis

Is support .Net Core WIP? Do you have a branch for it? Can other people use it and be involved in migration? Is PR https://github.com/christophano/CsvHelper.Excel/pull/18 Good enough to be used?

MNF avatar Jul 31 '20 22:07 MNF

@MNF You can try it in the active fork.

https://github.com/youngcm2/CsvHelper.Excel

youngcm2 avatar Feb 03 '21 00:02 youngcm2