Question :
How to check the name of the “Sheet” of the Excel worksheet before performing the% pro SQL
?
My code so far:
protected void btnProcessar_Click(object sender, EventArgs e)
{
string path = Server.MapPath(".") + "" + FileUpload.FileName
Answer :