Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a Windows application used to read a workbook (sheet1, EmployeeListRange) through Excel Web Service and display the returned values in a DataGridView. This part is working fine using Excel Web Service' GetRangeA1() web method. Next, I would like to add more enties in DataGridView and save all items in the previous workbook using Excel Web Service' SetRangeA1() method but this operation just does work. There is no SOAPException generated. Here is a portion of the code used to submit the dataGridView data (employeeList array) try { status = excelServ.SetRangeA1(sessionId, "Sheet1", "EmployeeListRange", employeeList); } catch (SoapException ex) { Console.WriteLine("SOAP Exception Message: {0}", ex.Message); } Is there any additional setup I have to perform on my MOSS server? Please help! Matt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fix Excel Protection so that it works as published | Excel Discussion (Misc queries) | |||
Unshared workbook allowing write access to more than 1 user | Excel Discussion (Misc queries) | |||
Can a service account be embedded in Workbook so that by default the macros are run with service account credentials and not the user credentials??? | Excel Discussion (Misc queries) | |||
Write Contents of TextBox to new Workbook | Excel Discussion (Misc queries) |