I have been asked to build a solution to enter data to a SQL Database usignExcel services.
From what I understand, Excel Services is only for reading data anddoing calculations on it, not for writing back to the data source.
Sorry, if you want to do read/write to SQL, you'll one of the following:1) InfoPath/Form Services2) Data Form web part3) The Business Data Catalog4) custom code