Reading Excel Files In .NET Core Krunal Shah2020-06-13T05:33:00-07:00 Opening Excel files in code has been a painful experience long before .NET Core came along. In many cases, you actually needed the Excel a...Read More
CSV Parsing In .NET Core Krunal Shah2020-06-13T05:31:00-07:00 It’s almost a right of passage for a junior developer to cludge together their own CSV parser using a simple string.Split(‘,’), and then s...Read More