Title:
Bug 80346:Summary: spreadsheetDeleteSheet() not implementedIt seems to be strange to have a spreadsheetCreateSheet() function, but no spreadsheetDeleteSheet() function
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 10/14/2009
Components: Document Management, Office Integration
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 261517
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Summary: spreadsheetDeleteSheet() not implementedIt seems to be strange to have a spreadsheetCreateSheet() function, but no spreadsheetDeleteSheet() function. Doesn’t it?I am trying to work around the issue I raised a moment ago, in that I can see no way to append an existing sheet to an existing spreadsheet object.So now I’m trying to pass a spreadsheet object through each of my sub-processes, and each of those appends a new blank sheet to the passed-in one, and then populates that sheet with its data. Not ideal, but this is one-off code so it’ll do.However I need a a place to start with this, so the calling code creates a new "empty" spreadsheet, and passes that in.However it’s not an "empty" spreadsheet, it? No: it starts off with at least one sheet.I thought I’d pass it through the subprocesses, appending all the other sheets, and then delete the initial sheet at the end.But I can’t.Suck.Am raising this as a bug because if one can create, one should always be able to delete.-- Adam
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040294
External Customer Info:
External Company:
External Customer Name: Adam Cameron
External Customer Email: 17EB1A7649DA54C7992015A9
External Test Config: 10/14/2009
Attachments:
Comments: