anandkuppa
Programmer
Hi
I have got an intranet site in my company and regularly we have some sales information which needs to be posted onto a database table. This sales information is available in Excel file. Currently, i just ask the sales team to send the XL file to me and i do a DTS transfer from this XL file to the SQL Server table. I would like to automate this process and let the user upload the excel file and later on "push" it to the SQL Server table. I was thinking that if there was a way of transforming the XL data into an XML file, I can then read the XML file into the database. The reason why i would like to convert it into an XML file is for the sales manager to review the XL file posted by the sales team before he sends it to the database.
Is there any way i can achieve this ? (XL spreadsheet to XML file).
Any help will be appreciated.
Thanks,
Anand
I have got an intranet site in my company and regularly we have some sales information which needs to be posted onto a database table. This sales information is available in Excel file. Currently, i just ask the sales team to send the XL file to me and i do a DTS transfer from this XL file to the SQL Server table. I would like to automate this process and let the user upload the excel file and later on "push" it to the SQL Server table. I was thinking that if there was a way of transforming the XL data into an XML file, I can then read the XML file into the database. The reason why i would like to convert it into an XML file is for the sales manager to review the XL file posted by the sales team before he sends it to the database.
Is there any way i can achieve this ? (XL spreadsheet to XML file).
Any help will be appreciated.
Thanks,
Anand