import from excel

  1. R

    Question Read Excel Files and Save into Database

    Hi Guys, I am reading inbox and downloading excel files from a specific e-mail address in a console application. I am saving those excel files by adding unique ids into the file names. Here is the sample code: static void Main(string[] args) { using var client = new...
  2. C

    Question Not able to import specific excel cell to a texbox

    Hi I am trying to import value of a specific excel cell to a textbox on the form. The value will appear as soon as the form loads. Now this cell can be null and I am taking care of the null value but it is throwing an exception and going into catch everytime a null value is passed. Here is the...
Back
Top Bottom