how to insert excel-2003 values into SQL2005 database?

Posted by vas on Stack Overflow See other posts from Stack Overflow or by vas
Published on 2009-09-10T03:26:05Z Indexed on 2010/03/16 16:21 UTC
Read the original article Hit count: 175

Filed under:
|
|

Are there any rules / guidelines for DATA form XLS sheets to be inserted into SQL- DB?

I have a group of Excel templates in 2005.Each concerned cell in Excel template is named. When Excel sheets are filled, saved and submitted , the values are transferred to the database.

Excel sheets have names for various cells that are to b e filled by the user EX:- for the total number of Milk in the Beginning a given month , there is an Excel Cell Named "mtsBpiPTR180"

                   Total number of Milk in the Ending  a given month ,
                   there is an Excel Cell Named **"mtsEpiPTR180"**

I have added 2 new cells , named "mtsBpiPTR180PA" and "mtsEpiPTR180PA". Now I try to upload the Excel File. But I AM UNABLE TO SEE MY FILLED DATA FROM "mtsBpiPTR180PA" and "mtsEpiPTR180PA" INTO THE RELATED DB/table. The above 2 are empty in the DB/table, even though I have filled them and successfully filed the Excel sheets

Now no matter how much I search in the DB/stored procs i am unable to the ACTUAL STORED PROC or how the Data form Excel sheet is inserted into Tables WHERE DATA FROM XLS is inserted into DB.

So was wondering:- Are there any rules / guidelines for DATA form XLS sheets to be inserted into SQL- DB?

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server-2005