Title:
[ANeff] Bug for: spreadsheetFormatRow()/spreadsheetFormatColumn() locked=false doesn't unlock entire row/column
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/ThirdParty
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/05/2015
Components: Document Management, Office Integration
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
spreadsheetFormatRow()/spreadsheetFormatColumn() locked=false doesn't unlock entire row/column
Repro:
<cfscript>
mySpreadsheet = spreadsheetNew("mySheet", false);
spreadsheetAddRows(mySpreadsheet, ["one,two,three","four,five,six","seven,eight,nine"], 1, 1);
spreadsheetFormatRow(mySpreadsheet, {locked=false}, 2);
spreadsheetFormatColumn(mySpreadsheet, {locked=false}, 2);
spreadsheetWrite(mySpreadsheet, expandPath("./myspreadsheet.xls"), "", true);
</cfscript>
Actual result: only the populated cells in row 2 and column 2 were unlocked
Expected result: all cells in row 2 and column 2 should be unlocked
spreadsheetFormatCellRange() isn't a valid workaround b/c it actually populates all unpopulated cells w/ empty strings (bug IMO).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4050099
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
External Test Config: Verified in CF11 Update 5 (build 11,0,05,293506)
Attachments:
Comments: