BryanWilhite / Songhay.Social

Activities for “social media” engagement 🥢🍱⚙🐚🌩
MIT License
1 stars 0 forks source link

Use NuGet package to read an Excel File full of Tweets for Twinks building #3

Closed BryanWilhite closed 4 years ago

BryanWilhite commented 6 years ago

As of 2017, Microsoft still recommends installing Office with .NET Programmability Support to automate the manipulation of Office documents. A non-Microsoft-recognized tool like ClosedXML provides an OpenXML-based alternative. Try ClosedXML as a way to open Excel files for Twinks queuing.

BryanWilhite commented 6 years ago

The ExcelDataReader project seems to be optimized for reading Excel files (including binary legacy formats) while ClosedXML leads with editing files.