I need to create an application that reads a small sequence of data available each in an Excel column. My question is if the best way is to treat SQL directly by uploading the file and then dealing with a procedure or working with the data in C # and sending them to each column of my SQL table.
In dealing with the C # side, I believe I can be more confident about what I am sending to the bank, I read about this: #
For the procedure example I'm using this article as a base: link