I want to copy data from excel sheet to database or into xml file?
shweta rajkotia
You create a table in the database with the same table name and column names as your tabular data in the spreadsheet . Next do copy all the data in the spreadsheet - but do not copy the column names . then go into the table you created in the database and paste this data into this data table.