hibernating-rhinos / rhino-etl

Developer friendly ETL Library for .NET
http://hibernatingrhinos.com/open-source/rhino-etl
BSD 3-Clause "New" or "Revised" License
173 stars 53 forks source link

Rhino-Etl pulls in Excel dlls #12

Open nathanpalmer opened 11 years ago

nathanpalmer commented 11 years ago

Installing Rhino-Etl pulls in FileHelpers which is pulling in FileHelpers.Excel* and office interops. We shouldn't need this for the basic pipeline.

regisbsb commented 9 years ago

Is it possible to have a step after the installation to remove the references? The first thing I do is always to remove the references to it manually as I don't use them. Maybe contact filehelpers developers and see if they can split the package in 2...

regisbsb commented 9 years ago

https://github.com/MarcosMeli/FileHelpers/issues/111

MarcosMeli commented 9 years ago

Can u add a reference to the new version of the library that has the ExcelStorage independent of the main lib. You must use version 3.0.46 in advance https://www.nuget.org/packages/FileHelpers/3.0.46-beta

What version are you currently using ?

Thanks

MarcosMeli commented 9 years ago

I just created a PR with the last version of the library

regisbsb commented 9 years ago

@MarcosMeli cheers.

nathanpalmer commented 9 years ago

Thanks @MarcosMeli!

regisbsb commented 9 years ago

I don't know enough of nuspec but it does not compile.... On 18 Jul 2015 13:37, "Nathan Palmer" notifications@github.com wrote:

Thanks @MarcosMeli https://github.com/MarcosMeli!

— Reply to this email directly or view it on GitHub https://github.com/hibernating-rhinos/rhino-etl/issues/12#issuecomment-122537079 .

regisbsb commented 9 years ago

:shipit: