Beispiel #1
0
        protected void Button1_Click(object sender, EventArgs e)
        {
            VStudentsRepository vstdir = new VStudentsRepository();

            if (vstdir.Getexeldatavstd3() != null)
            {
                DumpExcel(vstdir.Getexeldatavstd3(), "Students");
            }
        }