tracker issue : CF-3035823

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 72695:add an additional argument in the excelAddRow function (or replace the list argument, or provide a function named excelAddRange) to pass in an array of values

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Daniel Kim / Daniel Kim (durgerking)

Created: 08/16/2008

Components: Document Management, Office Integration

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 232980

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

add an additional argument in the excelAddRow function (or replace the list argument, or provide a function named excelAddRange) to pass in an array of values

Reasons
================================================================
- accounts for issues with comma delimited lists
- with implicit notation, an array literal (that looks like a list) can be passed, e.g., excelAddRow(excelVar, ["1,1","1,2","1,3"], 1, 1)
- would then be able to implement a two dimensional array to populate a range of cells, e.g., excelAddRow(excelVar, [[1.1,1.2],[2.1,2.2]], 1, 1)



Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3035823

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: Daniel Kim
External Customer Email: 4F633C8044CD61B0992015D5
External Test Config: 08/16/2008

Attachments:

Comments: