
Showing posts with label Excel Reader. Show all posts
Showing posts with label Excel Reader. Show all posts
November 9, 2020

How to fix "No data is available for encoding 1252" error with ExcelReaderFactory in .Net Core
If you are moving from the .Net framework to .Net core, you may come across many issues. Especially if you are reading something from excel ...December 27, 2019

How to Read data from Excel file using C#
Whether we are using a data driven framework or not, we may come across different scenarios where we need to read data from an excel sheet....Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...