ahmedwalid05 / FastExcel

Fast Excel Reading and Writing in .Net
MIT License
335 stars 98 forks source link

Update to .NET Standard 2.1 and Other Changes #67

Closed TheEndHunter closed 2 years ago

TheEndHunter commented 2 years ago

~Updated to .Net Standard 2.1 for library ~ Updated to .Net 6.0 for Tests ~ Updated All Nuget Packages to Latest Versions ~ Pulled In Changes From PR #64 and PR #62 into Here ~ Fixed all Message and Warnings that appeared in IDE ++ Added some Exceptions to places missing errors temporarily (Will Change them to be custom exceptions) ~ Optimized Some Code to Take advantage of newer Language Features accessible in .Net Standard 2.1 ~ UpdateWorkbook() Now Has an Optional Bool parameter Called Update Which replaces the update variable that was inside of it to allow for the optional to call into the if statement that was using it, since for some reason it was never possible before.